@@ -22,9 +22,6 @@ Trunk (Unreleased)
2222 Azure environments. (See breakdown of tasks below for subtasks and
2323 contributors)
2424
25- HDFS-2576. Enhances the DistributedFileSystem's create API so that clients
26- can specify favored datanodes for a file's blocks. (ddas)
27-
2825 IMPROVEMENTS
2926
3027 HDFS-4665. Move TestNetworkTopologyWithNodeGroup to common.
@@ -271,9 +268,6 @@ Trunk (Unreleased)
271268 HDFS-4687. TestDelegationTokenForProxyUser#testWebHdfsDoAs is flaky with
272269 JDK7. (Andrew Wang via atm)
273270
274- HDFS-4778. Fixes some issues that the first patch on HDFS-2576 missed.
275- (ddas)
276-
277271 BREAKDOWN OF HADOOP-8562 and HDFS-3602 SUBTASKS AND RELATED JIRAS
278272
279273 HDFS-4145. Merge hdfs cmd line scripts from branch-1-win. (David Lao,
@@ -421,6 +415,9 @@ Release 2.0.5-beta - UNRELEASED
421415 HDFS-4502. JsonUtil.toFileStatus(..) should check if the fileId property
422416 exists. (Brandon Li via suresh)
423417
418+ HDFS-2576. Enhances the DistributedFileSystem's create API so that clients
419+ can specify favored datanodes for a file's blocks. (ddas)
420+
424421 IMPROVEMENTS
425422
426423 HDFS-4222. NN is unresponsive and loses heartbeats from DNs when
@@ -620,6 +617,9 @@ Release 2.0.5-beta - UNRELEASED
620617
621618 HDFS-4733. Make HttpFS username pattern configurable. (tucu via atm)
622619
620+ HDFS-4778. Fixes some issues that the first patch on HDFS-2576 missed.
621+ (ddas)
622+
623623Release 2.0.4-alpha - UNRELEASED
624624
625625 INCOMPATIBLE CHANGES
0 commit comments