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:15 UTC

[1/2] hadoop git commit: Add missing CHANGES.txt entry for HDFS-8767. (cherry picked from commit e50dd19a9c816c81c64fff8b958f4036dcb98822)

Repository: hadoop
Updated Branches:
  refs/heads/branch-2.7 b1ee27842 -> c2d1d6952


Add missing CHANGES.txt entry for HDFS-8767.
(cherry picked from commit e50dd19a9c816c81c64fff8b958f4036dcb98822)

Conflicts:

	hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
(cherry picked from commit 62eabec549ef13ac7e6ed517ef628b5b01d0ab77)


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

Branch: refs/heads/branch-2.7
Commit: 0e0272f120a08bbc58274d5c1bfc3673e0396f71
Parents: b1ee278
Author: Junping Du <ju...@apache.org>
Authored: Thu Jan 14 06:05:39 2016 -0800
Committer: Junping Du <ju...@apache.org>
Committed: Thu Jan 14 06:14:56 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/hadoop/blob/0e0272f1/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 2a45291..362207b 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -159,6 +159,11 @@ Release 2.7.2 - UNRELEASED
 
 Release 2.7.1 - 2015-07-06
 
+    HDFS-8767. RawLocalFileSystem.listStatus() returns null for UNIX pipefile.
+    (Kanaka Kumar Avvaru via wheat9)
+
+Release 2.7.1 - 2015-07-06
+
   INCOMPATIBLE CHANGES
 
   NEW FEATURES


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

Posted by ju...@apache.org.
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)