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 zx...@apache.org on 2015/09/24 21:52:45 UTC

hadoop git commit: Update CHANGES.txt to reflect commit of HADOOP-8436 to 2.8.0

Repository: hadoop
Updated Branches:
  refs/heads/trunk 52c1f272e -> 9cc9f8126


Update CHANGES.txt to reflect commit of HADOOP-8436 to 2.8.0


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

Branch: refs/heads/trunk
Commit: 9cc9f8126b3ece900827c6c840e0aec7a408d899
Parents: 52c1f27
Author: Zhihai Xu <zx...@apache.org>
Authored: Thu Sep 24 12:52:07 2015 -0700
Committer: Zhihai Xu <zx...@apache.org>
Committed: Thu Sep 24 12:52:07 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/hadoop/blob/9cc9f812/hadoop-common-project/hadoop-common/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt
index d5ce38b..7071600 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -348,10 +348,6 @@ Trunk (Unreleased)
     HADOOP-8813. Add InterfaceAudience and InterfaceStability annotations
     to RPC Server and Client classes. (Brandon Li via suresh)
 
-    HADOOP-8436. NPE In getLocalPathForWrite ( path, conf ) when the
-    required context item is not configured
-    (Brahma Reddy Battula via harsh)
-
     HADOOP-8386. hadoop script doesn't work if 'cd' prints to stdout
     (default behavior in some bash setups (esp. Ubuntu))
     (Chiristopher Berner and Andy Isaacson via harsh)
@@ -1084,6 +1080,10 @@ Release 2.8.0 - UNRELEASED
     HADOOP-12386. RetryPolicies.RETRY_FOREVER should be able to specify a 
     retry interval. (Sunil G via wangda)
 
+    HADOOP-8436. NPE In getLocalPathForWrite ( path, conf ) when the
+    required context item is not configured
+    (Brahma Reddy Battula via harsh)
+
     HADOOP-12252. LocalDirAllocator should not throw NPE with empty string
     configuration. (Zhihai Xu)