You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by zh...@apache.org on 2015/02/06 22:47:13 UTC

[41/50] [abbrv] hadoop git commit: Move HADOOP-11543 from BUG-FIX to IMPROVEMENT in CHANGES.txt.

Move HADOOP-11543 from BUG-FIX to IMPROVEMENT in CHANGES.txt.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e684e786
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e684e786
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/e684e786

Branch: refs/heads/HDFS-EC
Commit: e684e7864df22db73277953aadad7146b456381e
Parents: f9a837c
Author: Tsuyoshi Ozawa <oz...@apache.org>
Authored: Fri Feb 6 13:15:15 2015 +0900
Committer: Zhe Zhang <zh...@apache.org>
Committed: Fri Feb 6 13:45:52 2015 -0800

----------------------------------------------------------------------
 hadoop-common-project/hadoop-common/CHANGES.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/e684e786/hadoop-common-project/hadoop-common/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt
index b323f32..44adf7f 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -556,6 +556,9 @@ Release 2.7.0 - UNRELEASED
     HADOOP-11463 Replace method-local TransferManager object with
     S3AFileSystem#transfers. (Ted Yu via stevel)
 
+    HADOOP-11543. Improve help message for hadoop/yarn command.
+    (Brahma Reddy Battula via ozawa)
+
   OPTIMIZATIONS
 
     HADOOP-11323. WritableComparator#compare keeps reference to byte array.
@@ -864,9 +867,6 @@ Release 2.7.0 - UNRELEASED
     HADOOP-10062. race condition in MetricsSystemImpl#publishMetricsNow that 
     causes incorrect results. (Sangjin Lee via junping_du)
 
-    HADOOP-11543. Improve help message for hadoop/yarn command.
-    (Brahma Reddy Battula via ozawa)
-
     HADOOP-11526. Memory leak in Bzip2Compressor and Bzip2Decompressor.
     (Anu Engineer via cnauroth)