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 sj...@apache.org on 2016/01/06 00:44:16 UTC

hadoop git commit: MAPREDUCE-6577 addendum. Moved the changelog to 2.6.4 which is the earliest target.

Repository: hadoop
Updated Branches:
  refs/heads/trunk f6f16118d -> 355c0ce72


MAPREDUCE-6577 addendum. Moved the changelog to 2.6.4 which is the earliest target.


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

Branch: refs/heads/trunk
Commit: 355c0ce7237c5208557bb32ec0423819bb9b47b3
Parents: f6f16118
Author: Sangjin Lee <sj...@apache.org>
Authored: Tue Jan 5 15:43:10 2016 -0800
Committer: Sangjin Lee <sj...@apache.org>
Committed: Tue Jan 5 15:43:10 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/hadoop/blob/355c0ce7/hadoop-mapreduce-project/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-mapreduce-project/CHANGES.txt b/hadoop-mapreduce-project/CHANGES.txt
index ce22824..5422646 100644
--- a/hadoop-mapreduce-project/CHANGES.txt
+++ b/hadoop-mapreduce-project/CHANGES.txt
@@ -315,9 +315,6 @@ Release 2.9.0 - UNRELEASED
 
   BUG FIXES
 
-    MAPREDUCE-6577. MR AM unable to load native library without
-    MR_AM_ADMIN_USER_ENV set (sjlee)
-
 Release 2.8.0 - UNRELEASED
 
   INCOMPATIBLE CHANGES
@@ -996,12 +993,15 @@ Release 2.6.4 - UNRELEASED
 
   IMPROVEMENTS
 
-  MAPREDUCE-6436. JobHistory cache issue. (Kai Sasaki via zxu)
+    MAPREDUCE-6436. JobHistory cache issue. (Kai Sasaki via zxu)
 
   OPTIMIZATIONS
 
   BUG FIXES
 
+    MAPREDUCE-6577. MR AM unable to load native library without
+    MR_AM_ADMIN_USER_ENV set (sjlee)
+
 Release 2.6.3 - 2015-12-17
 
   INCOMPATIBLE CHANGES