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:09:46 UTC

hadoop git commit: Fix commit version for YARN-3537 (cherry picked from commit 78fe6e57c7697dae192d74e2f5b91040a3579dfd)

Repository: hadoop
Updated Branches:
  refs/heads/branch-2 cf4154676 -> bd750f160


Fix commit version for YARN-3537
(cherry picked from commit 78fe6e57c7697dae192d74e2f5b91040a3579dfd)


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

Branch: refs/heads/branch-2
Commit: bd750f160b669c58036f5b2239d6ef8ee97db910
Parents: cf41546
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:09:01 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/bd750f16/hadoop-yarn-project/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt
index e4bf630..14c419b 100644
--- a/hadoop-yarn-project/CHANGES.txt
+++ b/hadoop-yarn-project/CHANGES.txt
@@ -219,6 +219,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
@@ -245,9 +248,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