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 zj...@apache.org on 2015/03/27 07:34:38 UTC

[36/50] [abbrv] hadoop git commit: Move HDFS-6353 to the trunk section in CHANGES.txt

Move HDFS-6353 to the trunk section 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/8e1416a7
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/8e1416a7
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/8e1416a7

Branch: refs/heads/YARN-2928
Commit: 8e1416a7be024849952243498994627e32215578
Parents: 88494be
Author: Jing Zhao <ji...@apache.org>
Authored: Wed Mar 25 11:15:33 2015 -0700
Committer: Zhijie Shen <zj...@apache.org>
Committed: Thu Mar 26 23:29:48 2015 -0700

----------------------------------------------------------------------
 hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/8e1416a7/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
index cd2ca4c..8f1d5fc 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -24,8 +24,6 @@ Trunk (Unreleased)
 
     HDFS-3125. Add JournalService to enable Journal Daemon. (suresh)
 
-    HDFS-3689. Add support for variable length block. (jing9)
-
   IMPROVEMENTS
 
     HDFS-4665. Move TestNetworkTopologyWithNodeGroup to common.
@@ -149,6 +147,8 @@ Trunk (Unreleased)
 
     HDFS-7460. Rewrite httpfs to use new shell framework (John Smith via aw)
 
+    HDFS-6353. Check and make checkpoint before stopping the NameNode. (jing9)
+
   OPTIMIZATIONS
 
   BUG FIXES
@@ -339,8 +339,6 @@ Release 2.8.0 - UNRELEASED
 
     HDFS-7713. Implement mkdirs in the HDFS Web UI. (Ravi Prakash via wheat9)
 
-    HDFS-6353. Check and make checkpoint before stopping the NameNode. (jing9)
-
   OPTIMIZATIONS
 
   BUG FIXES
@@ -385,6 +383,8 @@ Release 2.7.0 - UNRELEASED
     HDFS-6133. Add a feature for replica pinning so that a pinned replica
     will not be moved by Balancer/Mover.  (zhaoyunjiong via szetszwo)
 
+    HDFS-3689. Add support for variable length block. (jing9)
+
     HDFS-7584. Enable Quota Support for Storage Types (See breakdown of
     tasks below)