Steve Loughran
|
dfa7848463
|
HADOOP-12478. Shell.getWinUtilsPath() has been renamed Shell.getWinutilsPath(). (stevel)
|
2015-10-14 20:25:47 +01:00 |
|
Allen Wittenauer
|
ab13aa30cb
|
fix CHANGES.txt name typo
|
2015-10-14 11:48:28 -07:00 |
|
Allen Wittenauer
|
56dc7773f8
|
HADOOP-12364. Deleting pid file after stop is causing the daemons to keep restarting (Sigi Li via aw)
|
2015-10-14 11:16:10 -07:00 |
|
Allen Wittenauer
|
0d77e85f0a
|
HADOOP-12436. GlobPattern regex library has performance issues with wildcard characters (Matthew Paduano via aw)
|
2015-10-14 08:59:41 -07:00 |
|
rohithsharmaks
|
d6c8bad869
|
YARN-4250. NPE in AppSchedulingInfo#isRequestLabelChanged. (Brahma Reddy Battula via rohithsharmaks)
|
2015-10-14 16:11:34 +05:30 |
|
Varun Vasudev
|
da1ee078f9
|
YARN-4255. container-executor does not clean up docker operation command files. Contributed by Sidharta Seethana.
|
2015-10-14 15:25:21 +05:30 |
|
Varun Vasudev
|
fb9c1519b3
|
YARN-4252. Log container-executor invocation details when exit code is non-zero. Contributed by Sidharta Seethana.
|
2015-10-14 15:18:08 +05:30 |
|
Varun Vasudev
|
8d59293089
|
YARN-4253. Standardize on using PrivilegedOperationExecutor for all invocations of container-executor in LinuxContainerExecutor. Contributed by Sidharta Seethana.
|
2015-10-14 14:58:10 +05:30 |
|
Jing Zhao
|
2a98724342
|
HDFS-1172. Blocks in newly completed files are considered under-replicated too quickly. Contributed by Masatake Iwasaki.
|
2015-10-13 23:00:18 -07:00 |
|
Colin Patrick Mccabe
|
40cac59248
|
Add HDFS-9187 to CHANGES.txt
|
2015-10-13 16:23:38 -07:00 |
|
Colin Patrick Mccabe
|
d286032b71
|
HDFS-9187. Fix null pointer error in Globber when FS was not constructed via FileSystem#createFileSystem (cmccabe)
|
2015-10-13 16:11:46 -07:00 |
|
Haohui Mai
|
da8441d0fe
|
HDFS-9167. Update pom.xml in other modules to depend on hdfs-client instead of hdfs. Contributed by Mingliang Liu.
|
2015-10-13 15:24:24 -07:00 |
|
Haohui Mai
|
aa299ecd5e
|
HDFS-8779. WebUI fails to display block IDs that are larger than 2^53 - 1. Contributed by Haohui Mai.
|
2015-10-13 13:53:28 -07:00 |
|
Steve Loughran
|
c59af2fdf8
|
HADOOP-10775. Shell operations to fail with meaningful errors on windows if winutils.exe not found. (stevel)
|
2015-10-13 21:49:28 +01:00 |
|
Haohui Mai
|
eb50c4f7a2
|
HDFS-9235. hdfs-native-client build getting errors when built with cmake 2.6. Contributed by Eric Payne.
|
2015-10-13 13:44:38 -07:00 |
|
Tsuyoshi Ozawa
|
33fefa33e5
|
HADOOP-11515. Upgrade jsch lib to jsch-0.1.51 to avoid problems running on java7. (stevel and ozawa)
|
2015-10-14 05:31:43 +09:00 |
|
Haohui Mai
|
d1e1925bf6
|
HDFS-9145. Tracking methods that hold FSNamesytemLock for too long. Contributed by Mingliang Liu.
|
2015-10-13 13:24:15 -07:00 |
|
Steve Loughran
|
59e9980117
|
HADOOP-12449. TestDNS and TestNetUtils failing if no network. (stevel)
|
2015-10-13 21:12:08 +01:00 |
|
Haohui Mai
|
7f00fcac77
|
HADOOP-12474. MiniKMS should use random ports for Jetty server by default. Contributed by Mingliang Liu.
|
2015-10-13 13:07:57 -07:00 |
|
Colin Patrick Mccabe
|
6716f15964
|
HADOOP-12344. Improve validateSocketPathSecurity0 error message (Casey Brotherton via Colin P. McCabe)
|
2015-10-13 12:18:03 -07:00 |
|
Jing Zhao
|
da16c9b3b4
|
HDFS-8438. Erasure Coding: Allow concat striped files if they have the same ErasureCodingPolicy. Contributed by Walter Su.
|
2015-10-13 11:03:37 -07:00 |
|
Jitendra Pandey
|
84cbd72afd
|
HDFS-8855. Webhdfs client leaks active NameNode connections. Contributed by Xiaobing Zhou.
|
2015-10-13 09:12:04 -07:00 |
|
Kihwal Lee
|
5b43db47a3
|
HDFS-8676. Delayed rolling upgrade finalization can cause heartbeat expiration. Contributed by Walter Su.
|
2015-10-13 10:04:18 -05:00 |
|
Vinayakumar B
|
39581e3be2
|
HDFS-9139. Enable parallel JUnit tests for HDFS Pre-commit (Contributed by Chris Nauroth and Vinayakumar B)
|
2015-10-13 19:00:08 +05:30 |
|
Vinayakumar B
|
caa711b660
|
HDFS-9160. [OIV-Doc] : Missing details of 'delimited' for processor options (Contributed by nijel)
|
2015-10-13 18:13:01 +05:30 |
|
Varun Vasudev
|
5b6bae0094
|
YARN-4017. container-executor overuses PATH_MAX. Contributed by Sidharta Seethana
|
2015-10-13 12:48:30 +05:30 |
|
Vinayakumar B
|
69b025dbba
|
HDFS-9224. TestFileTruncate fails intermittently with BindException (Contributed by Brahma Reddy Battula)
|
2015-10-13 11:42:12 +05:30 |
|
Lei Xu
|
0f5f9846ed
|
HDFS-9006. Provide BlockPlacementPolicy that supports upgrade domain. (Ming Ma via lei)
|
2015-10-12 16:24:16 -07:00 |
|
Haohui Mai
|
c60a16fcea
|
Addendum patch for HDFS-9215.
|
2015-10-12 15:52:10 -07:00 |
|
Jian He
|
9849c8b386
|
YARN-4230. RM crashes with NPE when increasing container resource if there is no headroom left. Contributed by Meng Ding
|
2015-10-12 11:51:33 -07:00 |
|
yliu
|
e617cf6dd1
|
HADOOP-10300. Allowed deferred sending of call responses. (Daryn Sharp via yliu)
|
2015-10-12 16:09:14 +08:00 |
|
Zhihai Xu
|
049c6e8dc0
|
YARN-4201. AMBlacklist does not work for minicluster. Contributed by Jun Gong.
|
2015-10-12 00:14:25 -07:00 |
|
yliu
|
73b86a5046
|
HDFS-8988. Use LightWeightHashSet instead of LightWeightLinkedSet in BlockManager#excessReplicateMap. (yliu)
|
2015-10-12 14:40:14 +08:00 |
|
yliu
|
0ff1216100
|
HDFS-9221. HdfsServerConstants#ReplicaState#getState should avoid calling values() since it creates a temporary array. (Staffan Friberg via yliu)
|
2015-10-12 14:28:15 +08:00 |
|
Devaraj K
|
db93047881
|
YARN-3964. Support NodeLabelsProvider at Resource Manager side.
Contributed by Dian Fu.
|
2015-10-11 11:21:29 +05:30 |
|
Haohui Mai
|
7e2c971fed
|
Revert "HADOOP-12469. distcp shout not ignore the ignoreFailures option. Contributed by Mingliang Liu."
This reverts commit fa5a54cac7 .
|
2015-10-10 03:24:59 -07:00 |
|
Haohui Mai
|
fa5a54cac7
|
HADOOP-12469. distcp shout not ignore the ignoreFailures option. Contributed by Mingliang Liu.
|
2015-10-09 22:38:06 -07:00 |
|
Haohui Mai
|
18950c0a55
|
HDFS-9222. Add hadoop-hdfs-client as a dependency of hadoop-hdfs-native-client. Contributed by Mingliang Liu.
|
2015-10-09 22:31:16 -07:00 |
|
Haohui Mai
|
d0c1e5fec4
|
HDFS-9215. Suppress the RAT warnings in hdfs-native-client module. Contributed by Haohui Mai.
|
2015-10-09 21:12:44 -07:00 |
|
Wangda Tan
|
def374e666
|
YARN-4140. RM container allocation delayed incase of app submitted to Nodelabel partition. (Bibin A Chundatt via wangda)
|
2015-10-09 16:38:59 -07:00 |
|
cnauroth
|
4f6e842ba9
|
HDFS-9085. Show renewer information in DelegationTokenIdentifier#toString. Contributed by Zhihai Xu.
|
2015-10-09 14:27:13 -07:00 |
|
Andrew Wang
|
c32614f410
|
HDFS-8941. DistributedFileSystem listCorruptFileBlocks API should resolve relative path. Contributed by Rakesh R.
|
2015-10-09 11:57:03 -07:00 |
|
Andrew Wang
|
357b1fd082
|
HDFS-9110. Use Files.walkFileTree in NNUpgradeUtil#doPreUpgrade for better efficiency. Contributed by Charlie Helin.
|
2015-10-09 11:49:16 -07:00 |
|
Ming Ma
|
de8efc65a4
|
HDFS-9142. Separating Configuration object for namenode(s) in MiniDFSCluster. (Siqi Li via mingma)
|
2015-10-09 11:10:46 -07:00 |
|
Yongjun Zhang
|
c11fc8a1be
|
HDFS-9181. Better handling of exceptions thrown during upgrade shutdown. Contributed by Wei-Chiu Chuang.
|
2015-10-09 09:21:29 -07:00 |
|
Karthik Kambatla
|
4aa9b3e75c
|
MAPREDUCE-6302. Incorrect headroom can lead to a deadlock between map and reduce allocations. (kasha)
|
2015-10-09 07:37:39 -07:00 |
|
Jason Lowe
|
a0bca2b5ad
|
YARN-261. Ability to fail AM attempts. Contributed by Andrey Klochkov and Rohith Sharma K S
|
2015-10-09 14:17:38 +00:00 |
|
Rohith Sharma K S
|
8f195387a4
|
YARN-4235. FairScheduler PrimaryGroup does not handle empty groups returned for a user. (Anubhav Dhoot via rohithsharmaks)
|
2015-10-09 10:09:26 +05:30 |
|
Akira Ajisaka
|
e1bf8b3df6
|
HADOOP-11104. org.apache.hadoop.metrics2.lib.MetricsRegistry needs numerical parameter checking. Contributed by Ray Chiang.
|
2015-10-09 11:10:29 +09:00 |
|
Akira Ajisaka
|
584cf3bb35
|
MAPREDUCE-6479. Add missing mapred job command options in mapreduce document. Contributed by nijel.
|
2015-10-09 10:54:12 +09:00 |
|