Jing Zhao
|
9ad9e51cd9
|
HDFS-7131. During HA upgrade, JournalNode should create a new committedTxnId file in the current directory. Contributed by Jing Zhao.
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2014-09-25 17:18:02 -07:00 |
Jason Lowe
|
e4d46e5ff6
|
YARN-2523. ResourceManager UI showing negative value for "Decommissioned Nodes" field. Contributed by Rohith
(cherry picked from commit 8269bfa613 )
|
2014-09-25 22:39:57 +00:00 |
Jing Zhao
|
87f07e67b1
|
HDFS-7140. Add a tool to list all the existing block storage policies. Contributed by Jing Zhao.
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs
|
2014-09-26 05:16:44 +08:00 |
Jing Zhao
|
f83096d49c
|
HDFS-7081. Add new DistributedFileSystem API for getting all the existing storage policies. Contributed by Jing Zhao.
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2014-09-26 05:08:32 +08:00 |
Jing Zhao
|
ba3182c60c
|
HDFS-7095. Archival Storage: TestStorageMover often fails in Jenkins. Contributed by Jing Zhao.
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2014-09-26 05:02:21 +08:00 |
Tsz-Wo Nicholas Sze
|
788ba5e4c4
|
Revise the HDFS-6584 entry CHANGES.txt.
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2014-09-26 04:59:00 +08:00 |
Tsz-Wo Nicholas Sze
|
80bd4d88eb
|
Fix hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt for HDFS-6584 after
merge.
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2014-09-26 04:57:45 +08:00 |
Tsz-Wo Nicholas Sze
|
022474c807
|
Merge branch 'HDFS-6584' into trunk
Conflicts:
hadoop-common-project/hadoop-common/src/main/conf/hadoop-env.sh
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocolPB/PBHelper.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/balancer/Dispatcher.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/balancer/NameNodeConnector.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirectory.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSEditLogLoader.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/blockmanagement/TestReplicationPolicy.java
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/blockmanagement/TestReplicationPolicyConsiderLoad.java
|
2014-09-26 04:47:25 +08:00 |
cnauroth
|
fd3aa38231
|
HDFS-7119. Split error checks in AtomicFileOutputStream#close into separate conditions to improve diagnostics. Contributed by Chris Nauroth.
(cherry picked from commit 9f9a2222a2 )
|
2014-09-25 13:35:40 -07:00 |
Colin Patrick Mccabe
|
cb9283549f
|
HDFS-6808. Add command line option to ask DataNode reload configuration. (Lei Xu via Colin McCabe)
(cherry picked from commit 1861b32eb5 )
|
2014-09-25 13:22:35 -07:00 |
Allen Wittenauer
|
7ffb636a54
|
MAPREDUCE-6093. minor distcp doc edits (Charles Lamb via aw)
|
2014-09-25 11:33:01 -07:00 |
cnauroth
|
6bace90b29
|
HDFS-7127. TestLeaseRecovery leaks MiniDFSCluster instances. Contributed by Chris Nauroth.
(cherry picked from commit b607c3c363 )
|
2014-09-25 11:29:15 -07:00 |
Allen Wittenauer
|
afde00a0f5
|
MAPREDUCE-6109. Fix minor typo in distcp -p usage text (Charles Lamb via aw)
|
2014-09-25 11:28:50 -07:00 |
cnauroth
|
94517982a9
|
HDFS-7111. TestSafeMode assumes Unix line endings in safe mode tip. Contributed by Chris Nauroth.
(cherry picked from commit dc2ebf88a8 )
|
2014-09-25 11:21:07 -07:00 |
cnauroth
|
707a7dbd24
|
HDFS-7118. Improve diagnostics on storage directory rename operations by using NativeIO#renameTo in Storage#rename. Contributed by Chris Nauroth.
(cherry picked from commit e0b1dc514f )
|
2014-09-25 10:06:09 -07:00 |
Vinayakumar B
|
1e097ba429
|
HADOOP-11101. How about inputstream close statement from catch block to finally block in FileContext#copy() ( Contributed by skrho )
(cherry picked from commit dff95f7af8 )
|
2014-09-25 12:47:41 +05:30 |
Zhijie Shen
|
83926b3c57
|
YARN-2546. Made REST API for application creation/submission use numeric and boolean types instead of the string of them. Contributed by Varun Vasudev.
(cherry picked from commit 72b0881ca6 )
|
2014-09-24 17:58:48 -07:00 |
Zhijie Shen
|
3a2e400377
|
YARN-2581. Passed LogAggregationContext to NM via ContainerTokenIdentifier. Contributed by Xuan Gong.
(cherry picked from commit c86674a3a4 )
|
2014-09-24 17:51:54 -07:00 |
Andrew Wang
|
835ade7064
|
HDFS-7138. Fix hftp to work with encryption. (clamb via wang)
|
2014-09-24 16:45:29 -07:00 |
Andrew Wang
|
a17544e5e3
|
HDFS-7139. Unit test for creating encryption zone on root path. (Zhe Zhang via wang)
(cherry picked from commit 63198bfba7 )
|
2014-09-24 16:40:40 -07:00 |
Allen Wittenauer
|
ea1fb1461a
|
HADOOP-11009. Add Timestamp Preservation to DistCp (Gary Steelman via aw)
|
2014-09-24 15:39:55 -07:00 |
cnauroth
|
6e5194099c
|
HADOOP-11064. UnsatisifedLinkError with hadoop 2.4 JARs on hadoop-2.6 due to NativeCRC32 method changes. Contributed by Chris Nauroth.
(cherry picked from commit cbf0ae742a )
|
2014-09-24 15:33:18 -07:00 |
Karthik Kambatla
|
30165d4cdd
|
YARN-2596. TestWorkPreservingRMRestart fails with FairScheduler. (kasha)
(cherry picked from commit 39c87344e1 )
|
2014-09-24 15:24:17 -07:00 |
Andrew Wang
|
3cf28210ec
|
HDFS-6987. Move CipherSuite xattr information up to the encryption zone root. (Zhe Zhang via wang)
|
2014-09-24 12:11:45 -07:00 |
Haohui Mai
|
53c2288dc6
|
HDFS-7049. TestByteRangeInputStream.testPropagatedClose fails and throw NPE on branch-2. Contributed by Juan Yu.
|
2014-09-24 12:07:26 -07:00 |
Vinod Kumar Vavilapalli
|
5d251d99d6
|
YARN-2102. Added the concept of a Timeline Domain to handle read/write ACLs on Timeline service event data. Contributed by Zhijie Shen.
(cherry picked from commit d78b452a4f )
|
2014-09-24 11:29:01 -07:00 |
Jason Lowe
|
d5d9fd3255
|
MAPREDUCE-6104. TestJobHistoryParsing.testPartialJob fails in branch-2. Contributed by Mit Desai
(cherry picked from commit 7af4c3888b )
|
2014-09-24 16:10:28 +00:00 |
Allen Wittenauer
|
e5a531a8a7
|
YARN-2161. Fix build on macosx: YARN parts (Binglin Chang via aw)
|
2014-09-24 08:48:42 -07:00 |
Allen Wittenauer
|
151281bfca
|
HDFS-6534. Fix build on macosx: HDFS parts (Binglin Chang via aw)
|
2014-09-24 08:35:31 -07:00 |
Karthik Kambatla
|
b34858c1f8
|
HADOOP-11017. Addendum to fix RM HA. KMS delegation token secret manager should be able to use zookeeper as store. (Arun Suresh via kasha)
(cherry picked from commit ef784a2e08 )
|
2014-09-23 17:08:23 -07:00 |
cnauroth
|
fd3003d63b
|
HDFS-7130. TestDataTransferKeepalive fails intermittently on Windows. Contributed by Chris Nauroth.
(cherry picked from commit b93d9603a2 )
|
2014-09-23 14:44:26 -07:00 |
Andrew Wang
|
0d116b18de
|
HDFS-7132. hdfs namenode -metadataVersion command does not honor configured name dirs. Contributed by Charles Lamb.
(cherry picked from commit f48686a1ad )
|
2014-09-23 14:10:40 -07:00 |
Zhijie Shen
|
19cfe2f800
|
YARN-2569. Added the log handling APIs for the long running services. Contributed by Xuan Gong.
(cherry picked from commit 5338ac416a )
|
2014-09-23 10:38:27 -07:00 |
cnauroth
|
ac3b62dae7
|
HDFS-7126. TestEncryptionZonesWithHA assumes Unix path separator for KMS key store path. Contributed by Xiaoyu Yao.
(cherry picked from commit a1fd804a31 )
|
2014-09-23 08:22:04 -07:00 |
Steve Loughran
|
273fb3a78c
|
HADOOP-11111 MiniKDC to use locale EN_US for case conversions: hadoop-common/CHANGES.TXT
|
2014-09-23 10:56:55 +01:00 |
Steve Loughran
|
88792c1b29
|
HADOOP-11111 MiniKDC to use locale EN_US for case conversions
|
2014-09-23 10:54:58 +01:00 |
Karthik Kambatla
|
024bcfdc0d
|
YARN-2252. Intermittent failure of TestFairScheduler.testContinuousScheduling. (Ratandeep Ratti and kasha via kasha)
(cherry picked from commit f5578207d2 )
|
2014-09-23 00:03:47 -07:00 |
Karthik Kambatla
|
8ba8521de5
|
YARN-1959. Fix headroom calculation in FairScheduler. (Anubhav Dhoot via kasha)
(cherry picked from commit 568d3dc2bb )
|
2014-09-22 23:51:45 -07:00 |
junping_du
|
34ee084c3d
|
YARN-2584. TestContainerManagerSecurity fails on trunk. (Contributed by Jian He)
(cherry picked from commit a9a55db065 )
|
2014-09-22 22:47:59 -07:00 |
Colin Patrick Mccabe
|
cac7063b31
|
HDFS-7001. Tests in TestTracing should not depend on the order of execution. (iwasakims via cmccabe)
(cherry picked from commit 7b8df93ce1 )
|
2014-09-22 17:22:42 -07:00 |
Karthik Kambatla
|
3984435661
|
YARN-2539. FairScheduler: Set the default value for maxAMShare to 0.5. (Wei Yan via kasha)
(cherry picked from commit 43efdd30b5 )
|
2014-09-22 16:10:20 -07:00 |
Karthik Kambatla
|
24a814771e
|
YARN-2540. FairScheduler: Queue filters not working on scheduler page in RM UI. (Ashwin Shankar via kasha)
(cherry picked from commit 23e17ce0ff )
|
2014-09-22 15:42:36 -07:00 |
Colin Patrick Mccabe
|
d7b0e9382d
|
HDFS-7106. Reconfiguring DataNode volumes does not release the lock files in removed volumes. (cnauroth via cmccabe)
(cherry picked from commit 912ad32b03 )
|
2014-09-22 11:52:01 -07:00 |
Zhijie Shen
|
b8d645539d
|
MAPREDUCE-5279. Made MR headroom calculation honor cpu dimension when YARN scheduler resource type is memory plus cpu. Contributed by Peng Zhang and Varun Vasudev.
|
2014-09-22 10:41:55 -07:00 |
Jian He
|
3ce97a9efd
|
YARN-1372. Ensure all completed containers are reported to the AMs across RM restart. Contributed by Anubhav Dhoot
(cherry picked from commit 0a641496c7 )
|
2014-09-22 10:32:44 -07:00 |
cnauroth
|
39bcc57c3e
|
HDFS-7115. TestEncryptionZones assumes Unix path separator for KMS key store path. Contributed by Xiaoyu Yao.
(cherry picked from commit 26cba7f35f )
|
2014-09-22 09:07:41 -07:00 |
Jason Lowe
|
f4534746fb
|
MAPREDUCE-6095. Enable DistributedCache for uber-mode Jobs. Contributed by Gera Shegalov
(cherry picked from commit 7039b98e1c )
|
2014-09-22 15:22:58 +00:00 |
Karthik Kambatla
|
c1a3819a4d
|
YARN-2453. TestProportionalCapacityPreemptionPolicy fails with FairScheduler. (Zhihai Xu via kasha)
(cherry picked from commit 9721e2c1fe )
|
2014-09-21 23:14:27 -07:00 |
Vinayakumar B
|
1fe3086bdb
|
HADOOP-10131. NetWorkTopology#countNumOfAvailableNodes() is returning wrong value if excluded nodes passed are not part of the cluster tree (Contributed by Vinayakumar B)
(cherry picked from commit eab15af12c )
|
2014-09-22 11:29:04 +05:30 |
Karthik Kambatla
|
1714af0618
|
YARN-2452. TestRMApplicationHistoryWriter fails with FairScheduler. (Zhihai Xu via kasha)
(cherry picked from commit c50fc92502 )
|
2014-09-21 13:15:45 -07:00 |