Haohui Mai
|
a1e4a12dc0
|
HADOOP-11381. Fix findbugs warnings in hadoop-distcp, hadoop-aws, hadoop-azure, and hadoop-openstack. Contributed by Li Lu.
|
2014-12-09 20:46:44 -08:00 |
Haohui Mai
|
c2514aaa83
|
HDFS-7502. Fix findbugs warning in hdfs-nfs project. Contributed by Brandon Li.
|
2014-12-09 20:43:20 -08:00 |
Vinayakumar B
|
19627e5897
|
HDFS-7481. Add ACL indicator to the 'Permission Denied' exception. (Contributed by Vinayakumar B )
(cherry picked from commit d93f3b9815 )
|
2014-12-10 08:32:39 +05:30 |
Jian He
|
b31dfb17d8
|
YARN-2924. Fixed RMAdminCLI to not convert node labels to lower case. Contributed by Wangda Tan
(cherry picked from commit 437322afca )
|
2014-12-09 17:56:41 -08:00 |
Jian He
|
0f47e4e745
|
YARN-2930. Fixed TestRMRestart#testRMRestartRecoveringNodeLabelManager intermittent failure. Contributed by Wangda Tan
(cherry picked from commit 2ed90a57fd )
|
2014-12-09 16:48:46 -08:00 |
Colin Patrick Mccabe
|
3637bc8cd9
|
HADOOP-11349. RawLocalFileSystem leaks file descriptor while creating a file if creat succeeds but chmod fails. (Varun Saxena via Colin P. McCabe)
(cherry picked from commit 03867eb1bb )
|
2014-12-09 14:32:25 -08:00 |
Karthik Kambatla
|
1986ea8dd2
|
YARN-2910. FSLeafQueue can throw ConcurrentModificationException. (Wilfred Spiegelenburg via kasha)
(cherry picked from commit a2e07a5456 )
|
2014-12-09 14:00:52 -08:00 |
Haohui Mai
|
784f481473
|
HADOOP-11378. Fix new findbugs warnings in hadoop-kms. Contributed by Li Lu.
|
2014-12-09 13:10:09 -08:00 |
Haohui Mai
|
b68d51e898
|
HADOOP-11379. Fix new findbugs warnings in hadoop-auth*. Contributed by Li Lu.
|
2014-12-09 13:09:01 -08:00 |
Jing Zhao
|
e8e86e3ec7
|
HDFS-7498. Simplify the logic in INodesInPath. Contributed by Jing Zhao.
|
2014-12-09 11:38:07 -08:00 |
Colin Patrick Mccabe
|
a037d6030b
|
HDFS-7489. Incorrect locking in FsVolumeList#checkDirs can hang datanodes (Noah Lorang via Colin P. McCabe)
(cherry picked from commit d8352b9b2b )
|
2014-12-09 10:58:56 -08:00 |
Haohui Mai
|
fa9ca25019
|
HADOOP-11273. TestMiniKdc failure: login options not compatible with IBM JDK. Contributed by Gao Zhong Liang.
|
2014-12-09 10:57:41 -08:00 |
Haohui Mai
|
49aacee2cb
|
HADOOP-11372. Fix new findbugs warnings in mapreduce-examples. Contributed by Li Lu.
|
2014-12-09 10:49:11 -08:00 |
Andrew Wang
|
deaa172e7a
|
HADOOP-11368. Fix SSLFactory truststore reloader thread leak in KMSClientProvider. Contributed by Arun Suresh.
(cherry picked from commit 74d4bfded9 )
|
2014-12-09 10:47:33 -08:00 |
Haohui Mai
|
759179e631
|
HADOOP-11369. Fix new findbugs warnings in hadoop-mapreduce-client, non-core directories. Contributed by Li Lu.
|
2014-12-09 10:46:25 -08:00 |
Haohui Mai
|
1b8b51704a
|
HADOOP-11367. Fix warnings from findbugs 3.0 in hadoop-streaming. Contributed by Li Lu.
|
2014-12-09 10:42:17 -08:00 |
Haohui Mai
|
c9e9f82ec6
|
HADOOP-10476. Bumping the findbugs version to 3.0.0. Contributed by Haohui Mai.
|
2014-12-09 10:38:43 -08:00 |
Steve Loughran
|
2bc3f1064f
|
HADOOP-10134 [JDK8] Fix Javadoc errors caused by incorrect or illegal tags in doc comments.
|
2014-12-09 11:15:19 +00:00 |
Steve Loughran
|
a7be36384a
|
HADOOP-11363 Hadoop maven surefire-plugin uses must set heap size.
|
2014-12-09 11:04:59 +00:00 |
Karthik Kambatla
|
9d72b0282f
|
YARN-2931. PublicLocalizer may fail until directory is initialized by LocalizeRunner. (Anubhav Dhoot via kasha)
(cherry picked from commit db73cc9124 )
|
2014-12-08 22:26:44 -08:00 |
Haohui Mai
|
e2c1ef4deb
|
HADOOP-11287. Simplify UGI#reloginFromKeytab for Java 7+. Contributed by Li Lu.
|
2014-12-08 21:10:49 -08:00 |
Andrew Wang
|
46a7365164
|
HADOOP-11329. Add JAVA_LIBRARY_PATH to KMS startup options. Contributed by Arun Suresh.
(cherry picked from commit ddffcd8fac )
|
2014-12-08 13:45:34 -08:00 |
Haohui Mai
|
7198232b82
|
HDFS-7486. Consolidate XAttr-related implementation into a single class. Contributed by Haohui Mai.
|
2014-12-08 11:55:40 -08:00 |
Jing Zhao
|
582f96e41d
|
HADOOP-11354. ThrottledInputStream doesn't perform effective throttling. Contributed by Ted Yu.
|
2014-12-08 11:09:34 -08:00 |
cnauroth
|
059c4a372f
|
HDFS-7473. Document setting dfs.namenode.fs-limits.max-directory-items to 0 is invalid. Contributed by Akira AJISAKA.
(cherry picked from commit d555bb2120 )
|
2014-12-08 11:07:18 -08:00 |
cnauroth
|
143a5b67d8
|
HDFS-7384. getfacl command and getAclStatus output should be in sync. Contributed by Vinayakumar B.
(cherry picked from commit ffe942b82c )
|
2014-12-08 10:28:25 -08:00 |
Steve Loughran
|
275561d848
|
HADOOP-10530 Make hadoop build on Java7+ only (stevel)
|
2014-12-08 15:30:34 +00:00 |
Harsh J
|
bb1fedfbc3
|
MAPREDUCE-6177. Minor typo in the EncryptedShuffle document about ssl-client.xml. Contributed by Yangping Wu. (harsh)
(cherry picked from commit 8963515b88 )
|
2014-12-08 16:00:12 +05:30 |
Karthik Kambatla
|
d02cb9c512
|
YARN-2927. [YARN-1492] InMemorySCMStore properties are inconsistent. (Ray Chiang via kasha)
(cherry picked from commit 120e1decd7 )
|
2014-12-07 22:28:57 -08:00 |
cnauroth
|
308b75571b
|
HADOOP-11313. Adding a document about NativeLibraryChecker. Contributed by Tsuyoshi OZAWA.
(cherry picked from commit 1b3bb9e7a3 )
|
2014-12-06 20:12:56 -08:00 |
cnauroth
|
00528ad1ad
|
HDFS-7476. Consolidate ACL-related operations to a single class. Contributed by Haohui Mai.
(cherry picked from commit 9297f980c2 )
|
2014-12-06 14:20:32 -08:00 |
Haohui Mai
|
b65093c733
|
HDFS-7459. Consolidate cache-related implementation in FSNamesystem into a single class. Contributed by Haohui Mai.
|
2014-12-05 18:36:04 -08:00 |
Andrew Wang
|
dabdd2d746
|
HADOOP-11343. Overflow is not properly handled in caclulating final iv for AES CTR. Contributed by Jerry Chen.
(cherry picked from commit 0707e4eca9 )
|
2014-12-05 18:20:23 -08:00 |
Jian He
|
4cc0abe4fe
|
YARN-2869. CapacityScheduler should trim sub queue names when parse configuration. Contributed by Wangda Tan
(cherry picked from commit e69af836f3 )
|
2014-12-05 17:34:15 -08:00 |
Jing Zhao
|
988ef8a462
|
HDFS-7474. Avoid resolving path in FSPermissionChecker. Contributed by Jing Zhao.
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java
|
2014-12-05 14:20:26 -08:00 |
Jason Lowe
|
b72fb6c774
|
YARN-2056. Disable preemption at Queue level. Contributed by Eric Payne
(cherry picked from commit 4b13082199 )
|
2014-12-05 21:08:14 +00:00 |
Robert Kanter
|
2ebd1bc654
|
YARN-2461. Fix PROCFS_USE_SMAPS_BASED_RSS_ENABLED property in YarnConfiguration. (rchiang via rkanter)
(cherry picked from commit 3c72f54ef5 )
|
2014-12-05 12:10:20 -08:00 |
Andrew Wang
|
b8e4fffa49
|
HADOOP-11355. When accessing data in HDFS and the key has been deleted, a Null Pointer Exception is shown. Contributed by Arun Suresh.
(cherry picked from commit 9cdaec6a6f )
|
2014-12-05 12:01:32 -08:00 |
Haohui Mai
|
6afc75f87b
|
HDFS-7472. Fix typo in message of ReplicaNotFoundException. Contributed by Masatake Iwasaki.
|
2014-12-05 11:23:32 -08:00 |
Haohui Mai
|
2caed865e9
|
HDFS-7478. Move org.apache.hadoop.hdfs.server.namenode.NNConf to FSNamesystem. Contributed by Li Lu.
|
2014-12-05 10:55:27 -08:00 |
Haohui Mai
|
4f612f148b
|
HADOOP-11356. Removed deprecated o.a.h.fs.permission.AccessControlException. Contributed by Li Lu.
|
2014-12-05 10:50:03 -08:00 |
Haohui Mai
|
b4478f069a
|
HDFS-7454. Reduce memory footprint for AclEntries in NameNode. Contributed by Vinayakumar B.
|
2014-12-04 20:49:59 -08:00 |
Karthik Kambatla
|
aadd0c392b
|
YARN-2189. [YARN-1492] Admin service for cache manager. (Chris Trezzo via kasha)
(cherry picked from commit 78968155d7 )
Conflicts:
hadoop-yarn-project/hadoop-yarn/bin/yarn
|
2014-12-04 19:48:18 -08:00 |
Haohui Mai
|
448f925fc0
|
HDFS-7468. Moving verify* functions to corresponding classes. Contributed by Li Lu.
|
2014-12-04 14:10:01 -08:00 |
Colin Patrick Mccabe
|
a0976152e6
|
HADOOP-11348. Remove unused variable from CMake error message for finding openssl (Dian Fu via Colin P. McCabe)
(cherry picked from commit 565b0e60a8 )
|
2014-12-04 12:54:59 -08:00 |
Jian He
|
1d1e7682c9
|
YARN-2301. Improved yarn container command. Contributed by Naganarasimha G R
(cherry picked from commit 258623ff8b )
|
2014-12-04 12:53:52 -08:00 |
Brandon Li
|
d4e1f12c5f
|
HDFS-7424. Add web UI for NFS gateway. Contributed by Brandon Li
(cherry picked from commit 1bbcc3d032 )
|
2014-12-04 10:47:29 -08:00 |
Aaron T. Myers
|
534a021e70
|
HADOOP-11332. KerberosAuthenticator#doSpnegoSequence should check if kerberos TGT is available in the subject. Contributed by Dian Fu.
(cherry picked from commit 9d1a8f5897 )
|
2014-12-03 18:54:26 -08:00 |
Jian He
|
58c971164c
|
YARN-2880. Added a test to make sure node labels will be recovered if RM restart is enabled. Contributed by Rohith Sharmaks
(cherry picked from commit 73fbb3c66b )
|
2014-12-03 17:17:40 -08:00 |
Harsh J
|
ee25c0d890
|
YARN-2891. Failed Container Executor does not provide a clear error message. Contributed by Dustin Cote. (harsh)
(cherry picked from commit 4b13318dea7a1cbbbfc1f84207af829cbe2f720e)
|
2014-12-04 03:19:01 +05:30 |