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 jl...@apache.org on 2015/05/13 22:55:32 UTC

hadoop git commit: Update fix version for YARN-3457 and YARN-3537. (cherry picked from commit f7de6198da030cb9cd62dcfd3c378dbbf857e017)

Repository: hadoop
Updated Branches:
  refs/heads/branch-2 d49262a17 -> aefc2bae9


Update fix version for YARN-3457 and YARN-3537.
(cherry picked from commit f7de6198da030cb9cd62dcfd3c378dbbf857e017)


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

Branch: refs/heads/branch-2
Commit: aefc2bae9e1713fe413c1260ece36d0049b63d0c
Parents: d49262a
Author: Jason Lowe <jl...@apache.org>
Authored: Wed May 13 20:52:17 2015 +0000
Committer: Jason Lowe <jl...@apache.org>
Committed: Wed May 13 20:54:21 2015 +0000

----------------------------------------------------------------------
 hadoop-yarn-project/CHANGES.txt | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/aefc2bae/hadoop-yarn-project/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt
index 583e895..ceeb7fe 100644
--- a/hadoop-yarn-project/CHANGES.txt
+++ b/hadoop-yarn-project/CHANGES.txt
@@ -246,9 +246,6 @@ Release 2.8.0 - UNRELEASED
 
     YARN-3110. Few issues in ApplicationHistory web ui. (Naganarasimha G R via xgong)
 
-    YARN-3457. NPE when NodeManager.serviceInit fails and stopRecoveryStore called.
-    (Bibin A Chundatt via ozawa)
-
     YARN-3459. Fix failiure of TestLog4jWarningErrorMetricsAppender.
     (Varun Vasudev via wangda)
 
@@ -275,9 +272,6 @@ Release 2.8.0 - UNRELEASED
 
     YARN-3444. Fix typo capabililty. (Gabor Liptak via aajisaka)
 
-    YARN-3537. NPE when NodeManager.serviceInit fails and stopRecoveryStore
-    invoked (Brahma Reddy Battula via jlowe)
-
     YARN-3530. ATS throws exception on trying to filter results without otherinfo.
     (zhijie shen via xgong)
 
@@ -446,6 +440,12 @@ Release 2.7.1 - UNRELEASED
     YARN-3626. On Windows localized resources are not moved to the front
     of the classpath when they should be. (Craig Welch via xgong)
 
+    YARN-3457. NPE when NodeManager.serviceInit fails and stopRecoveryStore called.
+    (Bibin A Chundatt via ozawa)
+
+    YARN-3537. NPE when NodeManager.serviceInit fails and stopRecoveryStore
+    invoked (Brahma Reddy Battula via jlowe)
+
 Release 2.7.0 - 2015-04-20
 
   INCOMPATIBLE CHANGES