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 ar...@apache.org on 2016/02/22 20:47:53 UTC

[34/50] [abbrv] hadoop git commit: Move HDFS-8923 to Release 2.8.0 in CHANGES.txt.

Move HDFS-8923 to Release 2.8.0 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/748b6c07
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/748b6c07
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/748b6c07

Branch: refs/heads/HDFS-1312
Commit: 748b6c07fe29bf52510d2e84d82fcbef7f1bb35c
Parents: 46f7790
Author: Tsz-Wo Nicholas Sze <sz...@hortonworks.com>
Authored: Thu Feb 18 18:43:06 2016 -0800
Committer: Tsz-Wo Nicholas Sze <sz...@hortonworks.com>
Committed: Thu Feb 18 18:43:06 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/hadoop/blob/748b6c07/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 945c911..2129a69 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -1939,6 +1939,9 @@ Release 2.8.0 - UNRELEASED
     HDFS-9773. Remove dead code related to SimulatedFSDataset in tests.
     (Brahma Reddy Battula via aajisaka)
 
+    HDFS-8923. Add -source flag to balancer usage message.  (Chris Trezzo
+    via szetszwo)
+
   OPTIMIZATIONS
 
     HDFS-8026. Trace FSOutputSummer#writeChecksumChunks rather than
@@ -2817,9 +2820,6 @@ Release 2.7.3 - UNRELEASED
     HDFS-4946. Allow preferLocalNode in BlockPlacementPolicyDefault to be
     configurable (James Kinley and Nathan Roberts via kihwal)
 
-    HDFS-8923. Add -source flag to balancer usage message.  (Chris Trezzo
-    via szetszwo)
-
   OPTIMIZATIONS
 
   BUG FIXES