Haohui Mai
|
2829b7a96f
|
HADOOP-11356. Removed deprecated o.a.h.fs.permission.AccessControlException. Contributed by Li Lu.
|
2014-12-05 10:49:43 -08:00 |
|
Colin Patrick Mccabe
|
565b0e60a8
|
HADOOP-11348. Remove unused variable from CMake error message for finding openssl (Dian Fu via Colin P. McCabe)
|
2014-12-04 12:52:39 -08:00 |
|
Aaron T. Myers
|
9d1a8f5897
|
HADOOP-11332. KerberosAuthenticator#doSpnegoSequence should check if kerberos TGT is available in the subject. Contributed by Dian Fu.
|
2014-12-03 18:53:45 -08:00 |
|
Andrew Wang
|
1812241ee1
|
HADOOP-11342. KMS key ACL should ignore ALL operation for default key ACL and whitelist key ACL. Contributed by Dian Fu.
|
2014-12-03 12:00:14 -08:00 |
|
Vinayakumar B
|
92ce6eda92
|
HADOOP-11296. hadoop-daemons.sh throws 'host1: bash: host3: command not found...' (Contributed by Vinayakumar B)
|
2014-12-03 10:07:43 +05:30 |
|
Andrew Wang
|
3d48ad7eb4
|
HADOOP-11344. KMS kms-config.sh sets a default value for the keystore password even in non-ssl setup. Contributed by Arun Suresh.
|
2014-12-02 19:04:29 -08:00 |
|
stack
|
b36f292982
|
HADOOP-11301. [optionally] update jmx cache to drop old metrics (Maysam Yabandeh via stack) -- REAPPLY #2
|
2014-12-01 23:07:05 -08:00 |
|
stack
|
692d3b83e4
|
Revert "HBASE-11301 [optionally] update jmx cache to drop old metrics (Maysam Yabandeh via stack) -- REAPPLY"
This reverts commit 74f4d8590d .
Refers to the wrong issue (HBASE rather than HADOOP)
|
2014-12-01 23:04:00 -08:00 |
|
stack
|
74f4d8590d
|
HBASE-11301 [optionally] update jmx cache to drop old metrics (Maysam Yabandeh via stack) -- REAPPLY
|
2014-12-01 22:46:57 -08:00 |
|
stack
|
4e312a4345
|
Revert "HBASE-11301 [optionally] update jmx cache to drop old metrics (Maysam Yabandeh via stack)"
This reverts commit fb41615887 .
Reverting because I over-changed CHANGES.txt white-space.
|
2014-12-01 22:41:44 -08:00 |
|
stack
|
fb41615887
|
HBASE-11301 [optionally] update jmx cache to drop old metrics (Maysam Yabandeh via stack)
|
2014-12-01 22:34:58 -08:00 |
|
Andrew Wang
|
31b4d2daa1
|
HADOOP-11341. KMS support for whitelist key ACLs. Contributed by Arun Suresh.
|
2014-12-01 21:53:37 -08:00 |
|
Andrew Wang
|
9fa2990257
|
HADOOP-11337. KeyAuthorizationKeyProvider access checks need to be done atomically. Contributed by Dian Fu.
|
2014-12-01 21:21:23 -08:00 |
|
Allen Wittenauer
|
031f980e7e
|
HADOOP-11081. Document hadoop properties expected to be set by the shell code in *-env.sh (aw)
|
2014-12-01 16:21:20 -08:00 |
|
Colin Patrick Mccabe
|
86e3993def
|
HADOOP-11333. Fix deadlock in DomainSocketWatcher when the notification pipe is full (zhaoyunjiong via cmccabe)
|
2014-12-01 11:42:10 -08:00 |
|
Colin Patrick Mccabe
|
c1f2bb2d31
|
CHANGES.txt: add HADOOP-11257
|
2014-11-26 13:38:55 -08:00 |
|
Colin Patrick Mccabe
|
aa2f277256
|
HADOOP-11257. Update "hadoop jar" documentation to warn against using it for launching yarn jars (iwasakims via cmccabe)
|
2014-11-26 12:17:48 -08:00 |
|
Steve Loughran
|
aa7dac3359
|
HDFS-6803 Document DFSClient#DFSInputStream expectations reading and preading in concurrent context. (stack via stevel)
|
2014-11-26 11:44:03 +00:00 |
|
Andrew Wang
|
fae266bbf1
|
HADOOP-11173. Improve error messages for some KeyShell commands.
|
2014-11-25 16:13:32 -08:00 |
|
Andrew Wang
|
56f3eecc12
|
HADOOP-11300. KMS startup scripts must not display the keystore / truststore passwords. Contributed by Arun Suresh.
|
2014-11-25 15:12:04 -08:00 |
|
yliu
|
61a2510b55
|
HADOOP-11322. key based ACL check in KMS always check KeyOpType.MANAGEMENT even actual KeyOpType is not MANAGEMENT. (Dian Fu via yliu)
|
2014-11-25 01:08:40 +08:00 |
|
Colin Patrick Mccabe
|
2967c17fef
|
HADOOP-10926. Improve smart-apply-patch.sh to apply binary diffs (cmccabe)
|
2014-11-24 12:40:49 -08:00 |
|
Colin Patrick Mccabe
|
f636f9d943
|
HDFS-7419. Improve error messages for DataNode hot swap drive feature (Lei Xu via Colin P. Mccabe)
|
2014-11-24 10:55:21 -08:00 |
|
Karthik Kambatla
|
1e9a3f42ff
|
Update release date for 2.5.2
|
2014-11-21 14:34:23 -08:00 |
|
Andrew Wang
|
eb4045e765
|
HADOOP-11323. WritableComparator#compare keeps reference to byte array. Contributed by Wilfred Spiegelenburg.
|
2014-11-20 11:05:42 -08:00 |
|
Allen Wittenauer
|
72c141ba96
|
HADOOP-11208. Replace "daemon" with better name in script subcommands (aw)
|
2014-11-19 14:49:29 -08:00 |
|
cnauroth
|
79301e80d7
|
HADOOP-11201. Hadoop Archives should support globs resolving to files. Contributed by Gera Shegalov.
|
2014-11-18 17:05:48 -08:00 |
|
Jian He
|
90a968d675
|
YARN-2157. Added YARN metrics in the documentaion. Contributed by Akira AJISAKA
|
2014-11-18 16:12:39 -08:00 |
|
Andrew Wang
|
bcd402ae38
|
HADOOP-11312. Fix unit tests to not use uppercase key names.
|
2014-11-18 10:47:46 -08:00 |
|
Jason Lowe
|
b4ca727690
|
HADOOP-11309. System class pattern package.Foo should match package.Foo$Bar, too. Contributed by Gera Shegalov
|
2014-11-18 17:22:21 +00:00 |
|
Andrew Wang
|
dcb8e24427
|
HDFS-6982. nntop: top-like tool for name node users. (Maysam Yabandeh via wang)
|
2014-11-17 17:33:42 -08:00 |
|
Andrew Wang
|
48d62fad80
|
HADOOP-11311. Restrict uppercase key names from being created with JCEKS.
|
2014-11-17 13:59:46 -08:00 |
|
Brandon Li
|
351c5561c2
|
HDFS-7146. NFS ID/Group lookup requires SSSD enumeration on the server. Contributed by Yongjun Zhang
|
2014-11-17 13:23:53 -08:00 |
|
Aaron T. Myers
|
bd8196e85e
|
HADOOP-11157. ZKDelegationTokenSecretManager never shuts down listenerThreadPool. Contributed by Arun Suresh.
|
2014-11-17 13:02:49 -08:00 |
|
Haohui Mai
|
bf8e4332cb
|
HDFS-7279. Use netty to implement DatanodeWebHdfsMethods. Contributed by Haohui Mai.
|
2014-11-17 11:42:20 -08:00 |
|
cnauroth
|
1925e2a4ae
|
HDFS-7386. Replace check "port number < 1024" with shared isPrivilegedPort method. Contributed by Yongjun Zhang.
|
2014-11-14 16:43:09 -08:00 |
|
Karthik Kambatla
|
4fb96dbe3b
|
HADOOP-11307. create-release script should run git clean first (kasha)
|
2014-11-14 15:35:50 -08:00 |
|
Colin Patrick Mccabe
|
f95017b3ea
|
Revert HADOOP-11257 because it didn't get a jenkins run yet
|
2014-11-14 13:06:03 -08:00 |
|
Colin Patrick Mccabe
|
10c98aed38
|
HADOOP-11257. Update "hadoop jar" documentation to warn against using it for launching yarn jars (iwasakims via cmccabe)
|
2014-11-14 12:53:09 -08:00 |
|
Ravi Prakash
|
1a1dcce827
|
MAPREDUCE-5918. LineRecordReader can return the same decompressor to CodecPool multiple times (Sergey Murylev via raviprak)
|
2014-11-14 03:45:53 -08:00 |
|
Arun C. Murthy
|
9ff7315cbe
|
Preparing to release hadoop-2.6.0-rc1.
|
2014-11-13 13:02:55 -08:00 |
|
Allen Wittenauer
|
aee68b67f3
|
HADOOP-11150. hadoop command should show the reason on failure by invalid COMMAND or CLASSNAME (Masatake Iwasaki via aw)
|
2014-11-13 12:08:03 -08:00 |
|
Allen Wittenauer
|
b650e61a7f
|
HADOOP-11298. slaves.sh and stop-all.sh are missing slashes (aw)
|
2014-11-13 12:01:38 -08:00 |
|
Allen Wittenauer
|
ba879a5dad
|
HADOOP-8989. hadoop fs -find feature (Jonathan Allen via aw)
|
2014-11-13 11:52:38 -08:00 |
|
cnauroth
|
7dae5b5a88
|
HADOOP-11291. Log the cause of SASL connection failures. Contributed by Stephen Chu.
|
2014-11-12 21:54:06 -08:00 |
|
cnauroth
|
0abb973f09
|
HADOOP-7984. Add hadoop --loglevel option to change log level. Contributed by Aikira AJISAKA.
|
2014-11-12 21:41:19 -08:00 |
|
Allen Wittenauer
|
d7150a1bc2
|
HADOOP-11284. Fix variable name mismatches in hadoop-functions.sh (Masatake Iwasaki via aw)
|
2014-11-12 15:58:51 -08:00 |
|
Allen Wittenauer
|
306f0c9cea
|
HADOOP-11025. hadoop-daemons.sh should just call hdfs directly (Masatake Iwasaki via aw)
|
2014-11-12 15:46:58 -08:00 |
|
Arun C. Murthy
|
44feec7122
|
HADOOP-9576. Merging to branch-2.6 for hadoop-2.6.0-rc1.
|
2014-11-12 09:55:28 -08:00 |
|
Jian He
|
86bf8c7193
|
HADOOP-9576. Changed NetUtils#wrapException to throw EOFException instead of wrapping it as IOException. Contributed by Steve Loughran
|
2014-11-10 17:25:29 -08:00 |
|