diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 77380f4db5..a54964f27c 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -22,9 +22,6 @@ Trunk (Unreleased) Azure environments. (See breakdown of tasks below for subtasks and contributors) - HDFS-2576. Enhances the DistributedFileSystem's create API so that clients - can specify favored datanodes for a file's blocks. (ddas) - IMPROVEMENTS HDFS-4665. Move TestNetworkTopologyWithNodeGroup to common. @@ -271,9 +268,6 @@ Trunk (Unreleased) HDFS-4687. TestDelegationTokenForProxyUser#testWebHdfsDoAs is flaky with JDK7. (Andrew Wang via atm) - HDFS-4778. Fixes some issues that the first patch on HDFS-2576 missed. - (ddas) - BREAKDOWN OF HADOOP-8562 and HDFS-3602 SUBTASKS AND RELATED JIRAS HDFS-4145. Merge hdfs cmd line scripts from branch-1-win. (David Lao, @@ -421,6 +415,9 @@ Release 2.0.5-beta - UNRELEASED HDFS-4502. JsonUtil.toFileStatus(..) should check if the fileId property exists. (Brandon Li via suresh) + HDFS-2576. Enhances the DistributedFileSystem's create API so that clients + can specify favored datanodes for a file's blocks. (ddas) + IMPROVEMENTS HDFS-4222. NN is unresponsive and loses heartbeats from DNs when @@ -620,6 +617,9 @@ Release 2.0.5-beta - UNRELEASED HDFS-4733. Make HttpFS username pattern configurable. (tucu via atm) + HDFS-4778. Fixes some issues that the first patch on HDFS-2576 missed. + (ddas) + Release 2.0.4-alpha - UNRELEASED INCOMPATIBLE CHANGES