cnauroth
|
4e9001530f
|
HDFS-7385. ThreadLocal used in FSEditLog class causes FSImage permission mess up. Contributed by jiangyu.
(cherry picked from commit b0a41de68c )
|
2014-11-13 12:35:39 -08:00 |
Tsz-Wo Nicholas Sze
|
679684ab10
|
HDFS-7358. Clients may get stuck waiting when using ByteArrayManager.
|
2014-11-13 12:30:59 -08:00 |
Arun C. Murthy
|
d0285d1ad6
|
YARN-2635. Merging to branch-2.6 for hadoop-2.6.0-rc1.
(cherry picked from commit 81dc0ac6dc )
|
2014-11-13 10:28:10 -08:00 |
Arun C. Murthy
|
906e0a1862
|
YARN-2853. Merging to branch-2.6 for hadoop-2.6.0-rc1.
(cherry picked from commit d648e60eba )
|
2014-11-13 10:05:07 -08:00 |
Jason Lowe
|
6fd547da8f
|
YARN-2846. Incorrect persist exit code for running containers in reacquireContainer() that interrupted by NodeManager restart. Contributed by Junping Du
(cherry picked from commit 33ea5ae92b )
|
2014-11-13 16:17:08 +00:00 |
Vinod Kumar Vavilapalli
|
ed3e5cb164
|
YARN-2853. Fixed a bug in ResourceManager causing apps to hang when the user kill request races with ApplicationMaster finish. Contributed by Jian He.
(cherry picked from commit 3651fe1b08 )
|
2014-11-13 08:13:57 -08:00 |
Jason Lowe
|
e62a5f9d0a
|
MAPREDUCE-6156. Fetcher - connect() doesn't handle connection refused correctly. Contributed by Junping Du
(cherry picked from commit 177e8090f5 )
|
2014-11-13 15:43:28 +00:00 |
cnauroth
|
9c94945fe9
|
HADOOP-11291. Log the cause of SASL connection failures. Contributed by Stephen Chu.
(cherry picked from commit 7dae5b5a88 )
|
2014-11-12 21:54:40 -08:00 |
cnauroth
|
69a7780ee5
|
HADOOP-7984. Add hadoop --loglevel option to change log level. Contributed by Aikira AJISAKA.
|
2014-11-12 21:44:05 -08:00 |
Haohui Mai
|
744ff32187
|
Fix CHANGES.txt to keep it consistent with trunk.
|
2014-11-12 20:12:34 -08:00 |
Haohui Mai
|
c18dd3fc5e
|
HDFS-6938. Cleanup javac warnings in FSNamesystem. Contributed by Charles Lamb.
|
2014-11-12 20:06:25 -08:00 |
Arun C. Murthy
|
7c6f03ba20
|
HDFS-7391. Renable SSLv2Hello in HttpFS. Contributed by Robert Kanter.
(cherry picked from commit 9f0319bba1 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2014-11-12 18:59:27 -08:00 |
Karthik Kambatla
|
6e64390627
|
HADOOP-11217. (Addendum to allow SSLv2Hello) Disable SSLv3 in KMS. (Robert Kanter via kasha)
(cherry picked from commit 87818ef4e7 )
|
2014-11-12 18:39:21 -08:00 |
Allen Wittenauer
|
a6de8f2e30
|
YARN-2603. ApplicationConstants missing HADOOP_MAPRED_HOME (Ray Chiang via aw)
|
2014-11-12 17:04:24 -08:00 |
Arun C. Murthy
|
09f36b1688
|
HDFS-7387. Merging to branch-2.6 for hadoop-2.6.0-rc1.
|
2014-11-12 11:41:20 -08:00 |
Zhijie Shen
|
8405ec0895
|
YARN-2794. Fixed log messages about distributing system-credentials. Contributed by Jian He.
(cherry picked from commit be7bf956e9 )
|
2014-11-12 11:09:34 -08:00 |
Arun C. Murthy
|
f7f78cf934
|
YARN-2843. Merging to branch-2.6 for hadoop-2.6.0-rc1.
|
2014-11-12 10:41:44 -08:00 |
Arun C. Murthy
|
cd8559e099
|
YARN-2841. Merging to branch-2.6 for hadoop-2.6.0-rc1.
|
2014-11-12 10:37:40 -08:00 |
Arun C. Murthy
|
3ee522abb1
|
HADOOP-9576. Merging to branch-2.6 for hadoop-2.6.0-rc1.
|
2014-11-12 09:56:17 -08:00 |
Karthik Kambatla
|
ff1b13ded5
|
YARN-2236. [YARN-1492] Shared Cache uploader service on the Node Manager. (Chris Trezzo and Sanjin Lee via kasha)
(cherry picked from commit a04143039e )
|
2014-11-12 09:31:30 -08:00 |
Jason Lowe
|
6984d899e3
|
YARN-2780. Log aggregated resource allocation in rm-appsummary.log. Contributed by Eric Payne
(cherry picked from commit f8aefa5e9c )
|
2014-11-12 17:02:30 +00:00 |
Ravi Prakash
|
d863f54f57
|
YARN-1964. Create Docker analog of the LinuxContainerExecutor in YARN
|
2014-11-11 21:29:27 -08:00 |
Haohui Mai
|
3cb426be45
|
HDFS-7375. Move FSClusterStats to o.a.h.h.hdfs.server.blockmanagement. Contributed by Haohui Mai.
|
2014-11-11 18:42:49 -08:00 |
cnauroth
|
7e1e0cbbb8
|
HDFS-7389. Named user ACL cannot stop the user from accessing the FS entity. Contributed by Vinayakumar B.
(cherry picked from commit 163bb55067 )
|
2014-11-11 13:32:26 -08:00 |
Karthik Kambatla
|
6cbd3aa2e8
|
YARN-570. Time strings are formated in different timezone. (Akira Ajisaka and Peng Zhang via kasha)
(cherry picked from commit 840b13110d63d7e062cefd4b993cc7dea44aed8d)
|
2014-11-11 13:23:29 -08:00 |
Brandon Li
|
0c3b7887e6
|
HDFS-7387. NFS may only do partial commit due to a race between COMMIT and write. Contributed by Brandon Li
(cherry picked from commit 99d9d0c2d1 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs-nfs/src/main/java/org/apache/hadoop/hdfs/nfs/nfs3/OpenFileCtx.java
|
2014-11-11 13:10:09 -08:00 |
Vinod Kumar Vavilapalli
|
9d6c0d7c9f
|
YARN-2843. Fixed NodeLabelsManager to trim inputs for hosts and labels so as to make them work correctly. Contributed by Wangda Tan.
(cherry picked from commit 0fd97f9c19 )
|
2014-11-11 12:45:59 -08:00 |
Haohui Mai
|
14a9ff1b9c
|
HDFS-7381. Decouple the management of block id and gen stamps from FSNamesystem. Contributed by Haohui Mai.
|
2014-11-11 12:42:02 -08:00 |
Karthik Kambatla
|
f030959849
|
YARN-2735. diskUtilizationPercentageCutoff and diskUtilizationSpaceCutoff are initialized twice in DirectoryCollection. (Zhihai Xu via kasha)
(cherry picked from commit 061bc293c8 )
|
2014-11-11 10:31:56 -08:00 |
Xuan
|
b390579c15
|
YARN-2841: Correct fix version from branch-2.6 to branch-2.7 in the
change log.
(cherry picked from commit 58e9bf4b90 )
|
2014-11-10 18:35:59 -08:00 |
Xuan
|
b3badf935a
|
YARN-2841. RMProxy should retry EOFException. Contributed by Jian He
(cherry picked from commit 5c9a51f140 )
|
2014-11-10 18:26:32 -08:00 |
Jian He
|
2b125b3a39
|
HADOOP-9576. Changed NetUtils#wrapException to throw EOFException instead of wrapping it as IOException. Contributed by Steve Loughran
(cherry picked from commit 86bf8c7193 )
|
2014-11-10 17:26:12 -08:00 |
Haohui Mai
|
d47a34fc66
|
HADOOP-11296. Nfs3FileAttributes should not change the values of rdev, nlink and size in the constructor. Contributed by Brandon Li.
|
2014-11-10 15:43:16 -08:00 |
Karthik Kambatla
|
92de44c2c5
|
Set the release date for 2.5.2
(cherry picked from commit 68a0508728 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2014-11-10 15:23:43 -08:00 |
Haohui Mai
|
ebb0636c9d
|
HADOOP-11289. Fix typo in RpcUtil log message. Contributed by Charles Lamb.
|
2014-11-10 11:05:37 -08:00 |
Arun C. Murthy
|
adfb830a2b
|
Preparing to release hadoop-2.6.0: Set version in branch-2 to 2.7.0-SNAPSHOT.
|
2014-11-09 19:19:02 -08:00 |
Arun C. Murthy
|
d827b7a013
|
Release Notes for hadoop-2.6.0.
|
2014-11-09 19:15:37 -08:00 |
Karthik Kambatla
|
569b7dae6c
|
Fix broken download of directories
(cherry picked from commit 745c9a0124 )
|
2014-11-09 19:03:31 -08:00 |
Vinod Kumar Vavilapalli
|
d76fc94b21
|
YARN-2834. Fixed ResourceManager to ignore token-renewal failures on recovery consistent with the (somewhat incorrect) behaviour in the non-recovery case. Contributed by Jian He.
(cherry picked from commit e76faebc95 )
|
2014-11-09 18:57:48 -08:00 |
Arun C. Murthy
|
cff08dab5e
|
Updated CHANGES.txt to reflect hadoop-2.6.0 release dates.
(cherry picked from commit 770cc14442 )
|
2014-11-09 18:48:01 -08:00 |
Arun C. Murthy
|
1fc98b5c9a
|
Revert "HDFS-7383. Merged to branch-2.6 also."
This reverts commit 755af2768b .
|
2014-11-09 18:25:05 -08:00 |
Arun C. Murthy
|
755af2768b
|
HDFS-7383. Merged to branch-2.6 also.
(cherry picked from commit f62ec31739 )
|
2014-11-09 18:22:58 -08:00 |
Suresh Srinivas
|
d8e699be73
|
HDFS-7383. Moved the jira from release 2.7.0 section to 2.6.0 in CHANGES.txt
|
2014-11-09 18:22:18 -08:00 |
Arun C. Murthy
|
e3877e8051
|
HADOOP-10786. Moved to hadoop-2.7.X.
(cherry picked from commit 14b87b70a8 )
|
2014-11-09 18:19:47 -08:00 |
Suresh Srinivas
|
d4f2e791a5
|
HDFS-7383. DataNode.requestShortCircuitFdsForRead may throw NullPointerException. Contributed by Tsz Wo Nicholas Sze.
|
2014-11-09 17:55:49 -08:00 |
Haohui Mai
|
9e63cb4492
|
HADOOP-10786. Fix UGI#reloginFromKeytab on Java 8. Contributed by Stephen Chu.
|
2014-11-09 17:48:40 -08:00 |
Arun C. Murthy
|
175d222bfc
|
YARN-2830. Add backwords compatible ContainerId.newInstance constructor. Contributed by Jonathan Eagles.
(cherry picked from commit 43cd07b408 )
|
2014-11-09 15:03:59 -08:00 |
Arun C. Murthy
|
1f5bad04ce
|
HADOOP-11286. Copied LimitInputStream from guava-0.14 to hadoop to avoid issues with newer versions of guava in applications. Contributed by Christopher Tubbs.
(cherry picked from commit 6caa8100d5 )
|
2014-11-09 05:23:10 -08:00 |
Arun C. Murthy
|
242404b025
|
HADOOP-10563. Fix bad merge which messed up hadoop-common/CHANGES.txt.
|
2014-11-09 05:23:05 -08:00 |
cnauroth
|
98b81c6624
|
HDFS-7382. DataNode in secure mode may throw NullPointerException if client connects before DataNode registers itself with NameNode. Contributed by Chris Nauroth.
(cherry picked from commit 9ba8d8c7eb )
|
2014-11-08 22:29:15 -08:00 |