diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index b16173a3114..1f6a7e79072 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -310,9 +310,6 @@ Trunk (Unreleased) HADOOP-9131. Turn off TestLocalFileSystem#testListStatusWithColons on Windows. (Chris Nauroth via suresh) - HADOOP-8957. AbstractFileSystem#IsValidName should be overridden for - embedded file systems like ViewFs (Chris Nauroth via Sanjay Radia) - HADOOP-9139. improve killKdc.sh (Ivan A. Veselovsky via bobby) HADOOP-9202. test-patch.sh fails during mvn eclipse:eclipse if patch adds @@ -565,6 +562,13 @@ Release 2.1.0-beta - UNRELEASED HADOOP-9593. stack trace printed at ERROR for all yarn clients without hadoop.home set (stevel) + HADOOP-8957. AbstractFileSystem#IsValidName should be overridden for + embedded file systems like ViewFs (Chris Nauroth via Sanjay Radia) + + HADOOP-9607. Fixes in Javadoc build (Timothy St. Clair via cos) + + HADOOP-9605. Update junit dependency. (Timothy St. Clair via cos) + BREAKDOWN OF HADOOP-8562 SUBTASKS AND RELATED JIRAS HADOOP-8924. Hadoop Common creating package-info.java must not depend on @@ -739,9 +743,8 @@ Release 2.1.0-beta - UNRELEASED HADOOP-9397. Incremental dist tar build fails (Chris Nauroth via jlowe) - HADOOP-9607. Fixes in Javadoc build (Timothy St. Clair via cos) - - HADOOP-9605. Update junit dependency. (Timothy St. Clair via cos) + HADOOP-9131. Turn off TestLocalFileSystem#testListStatusWithColons on + Windows. (Chris Nauroth via suresh) Release 2.0.5-alpha - UNRELEASED diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index e405672b1ca..23b0381b3d2 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -209,9 +209,6 @@ Trunk (Unreleased) HDFS-4260 Fix HDFS tests to set test dir to a valid HDFS path as opposed to the local build path (Chri Nauroth via Sanjay) - HADOOP-8957 HDFS tests for AbstractFileSystem#IsValidName should be overridden for - embedded file systems like ViewFs (Chris Nauroth via Sanjay Radia) - HDFS-4310. fix test org.apache.hadoop.hdfs.server.datanode. TestStartSecureDataNode (Ivan A. Veselovsky via atm) @@ -566,6 +563,9 @@ Release 2.1.0-beta - UNRELEASED HDFS-4815. TestRBWBlockInvalidation: Double call countReplicas() to fetch corruptReplicas and liveReplicas is not needed. (Tian Hong Wang via atm) + HADOOP-8957 HDFS tests for AbstractFileSystem#IsValidName should be overridden for + embedded file systems like ViewFs (Chris Nauroth via Sanjay Radia) + BREAKDOWN OF HDFS-347 SUBTASKS AND RELATED JIRAS HDFS-4353. Encapsulate connections to peers in Peer and PeerServer classes.