Colin Patrick Mccabe
|
5d3c130e8f
|
HDFS-7394. Log at INFO level, not WARN level, when InvalidToken is seen in ShortCircuitCache (Keith Pak via Colin P. McCabe)
(cherry picked from commit 26d3b7e6ae )
|
2014-11-16 21:21:24 -08:00 |
Vinod Kumar Vavilapalli
|
41275755c7
|
YARN-1703. Fixed ResourceManager web-proxy to close connections correctly. Contributed by Rohith Sharma.
(cherry picked from commit 198fb58776 )
|
2014-11-15 12:06:53 -08:00 |
Jian He
|
21054c5d14
|
YARN-2432. RMStateStore should process the pending events before close. Contributed by Varun Saxena
(cherry picked from commit 9b860661a5 )
|
2014-11-14 17:25:21 -08:00 |
cnauroth
|
72207f65aa
|
HDFS-7386. Replace check "port number < 1024" with shared isPrivilegedPort method. Contributed by Yongjun Zhang.
(cherry picked from commit 1925e2a4ae )
|
2014-11-14 16:46:24 -08:00 |
Karthik Kambatla
|
8e524e8d60
|
HADOOP-11307. create-release script should run git clean first (kasha)
(cherry picked from commit 4fb96dbe3b )
|
2014-11-14 15:37:46 -08:00 |
Sandy Ryza
|
c4c77669f0
|
YARN-2811. In Fair Scheduler, reservation fulfillments shouldn't ignore max share (Siqi Li via Sandy Ryza)
|
2014-11-14 15:20:37 -08:00 |
Jason Lowe
|
ad140d1fc8
|
YARN-2816. NM fail to start with NPE during container recovery. Contributed by Zhihai Xu
(cherry picked from commit 49c38898b0 )
|
2014-11-14 21:27:16 +00:00 |
Colin Patrick Mccabe
|
5b90e428a5
|
Revert HADOOP-11257 because it didn't get a jenkins run yet
|
2014-11-14 13:06:41 -08:00 |
Colin Patrick Mccabe
|
490df57fa2
|
HADOOP-11257. Update "hadoop jar" documentation to warn against using it for launching yarn jars (iwasakims via cmccabe)
(cherry picked from commit 10c98aed38 )
|
2014-11-14 12:56:31 -08:00 |
Jason Lowe
|
00d135d75a
|
YARN-2857. ConcurrentModificationException in ContainerLogAppender. Contributed by Mohammad Kamrul Islam
(cherry picked from commit f2fe8a800e )
|
2014-11-14 20:48:51 +00:00 |
Ravi Prakash
|
45692effe4
|
MAPREDUCE-5918. LineRecordReader can return the same decompressor to CodecPool multiple times (Sergey Murylev via raviprak)
|
2014-11-14 03:48:28 -08:00 |
Jian He
|
beb184ac58
|
YARN-2856. Fixed RMAppImpl to handle ATTEMPT_KILLED event at ACCEPTED state on app recovery. Contributed by Rohith Sharmaks
(cherry picked from commit d005404ef7 )
|
2014-11-13 15:34:56 -08:00 |
Haohui Mai
|
7aa6da654d
|
HDFS-7395. BlockIdManager#clear() bails out when resetting the GenerationStampV1Limit. Contributed by Haohui Mai.
|
2014-11-13 14:43:22 -08:00 |
Zhijie Shen
|
53d6c91df9
|
YARN-2766. Made ApplicationHistoryManager return a sorted list of apps, attempts and containers. Contributed by Robert Kanter.
(cherry picked from commit 3648cb57c9 )
|
2014-11-13 13:54:30 -08:00 |
Vinod Kumar Vavilapalli
|
d35bcf2074
|
Revert "YARN-2603. ApplicationConstants missing HADOOP_MAPRED_HOME (Ray Chiang via aw)"
This reverts commit b0a9cd37ab .
Conflicts:
hadoop-yarn-project/CHANGES.txt
(cherry picked from commit 4ae9780e6a )
|
2014-11-13 13:21:46 -08:00 |
Arun C. Murthy
|
fc324d7062
|
Preparing to release hadoop-2.6.0-rc1.
(cherry picked from commit 9ff7315cbe )
|
2014-11-13 13:03:13 -08:00 |
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 |