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 ju...@apache.org on 2016/01/14 15:09:16 UTC

[2/2] hadoop git commit: Fix yarn CHANGES.txt entry for 2.7.2

Fix yarn CHANGES.txt entry for 2.7.2


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

Branch: refs/heads/branch-2.7
Commit: c2d1d6952569831b7c16f1cedabdfb96ddd8a1e5
Parents: 0e0272f
Author: Junping Du <ju...@apache.org>
Authored: Thu Jan 14 06:17:42 2016 -0800
Committer: Junping Du <ju...@apache.org>
Committed: Thu Jan 14 06:17:42 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/hadoop/blob/c2d1d695/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 362207b..a32354d 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -144,7 +144,6 @@ Release 2.7.2 - UNRELEASED
     HDFS-9317. Document fsck -blockId and -storagepolicy options in branch-2.7.
     (aajisaka)
 
-
     HDFS-9413. getContentSummary() on standby should throw StandbyException.
     (Brahma Reddy Battula via mingma)
 
@@ -157,8 +156,6 @@ Release 2.7.2 - UNRELEASED
     HDFS-9445. Datanode may deadlock while handling a bad volume.
     (Wlater Su via Kihwal)
 
-Release 2.7.1 - 2015-07-06
-
     HDFS-8767. RawLocalFileSystem.listStatus() returns null for UNIX pipefile.
     (Kanaka Kumar Avvaru via wheat9)