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:37:41 UTC

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

Fix yarn entry CHANGES.txt.


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

Branch: refs/heads/branch-2.7.2
Commit: 109c7545de83a7eec7049603de87a997427c4c1c
Parents: 4be9bb4
Author: Junping Du <ju...@apache.org>
Authored: Thu Jan 14 06:22:44 2016 -0800
Committer: Junping Du <ju...@apache.org>
Committed: Thu Jan 14 06:22:44 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/hadoop/blob/109c7545/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 f655bed..d92cb5e 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -101,8 +101,6 @@ Release 2.7.2 - 2015-12-16
     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)