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/04/25 00:08:45 UTC

hadoop git commit: Fix commit version for YARN-3537

Repository: hadoop
Updated Branches:
  refs/heads/trunk 5e093f0d4 -> 78fe6e57c


Fix commit version for YARN-3537


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

Branch: refs/heads/trunk
Commit: 78fe6e57c7697dae192d74e2f5b91040a3579dfd
Parents: 5e093f0
Author: Jason Lowe <jl...@apache.org>
Authored: Fri Apr 24 22:07:53 2015 +0000
Committer: Jason Lowe <jl...@apache.org>
Committed: Fri Apr 24 22:07:53 2015 +0000

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


http://git-wip-us.apache.org/repos/asf/hadoop/blob/78fe6e57/hadoop-yarn-project/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt
index 001396f..6da55b5 100644
--- a/hadoop-yarn-project/CHANGES.txt
+++ b/hadoop-yarn-project/CHANGES.txt
@@ -267,6 +267,9 @@ 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)
+
 Release 2.7.1 - UNRELEASED
 
   INCOMPATIBLE CHANGES
@@ -290,9 +293,6 @@ Release 2.7.1 - UNRELEASED
     YARN-3522. Fixed DistributedShell to instantiate TimeLineClient as the
     correct user. (Zhijie Shen via jianhe)
 
-    YARN-3537. NPE when NodeManager.serviceInit fails and stopRecoveryStore
-    invoked (Brahma Reddy Battula via jlowe)
-
 Release 2.7.0 - 2015-04-20
 
   INCOMPATIBLE CHANGES