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 ji...@apache.org on 2015/09/01 02:44:09 UTC

hadoop git commit: Move YARN-4092 to 2.7.2 (cherry picked from commit 4eaa7fd3eae4412ac0b964c617b1bbb17a39d8be)

Repository: hadoop
Updated Branches:
  refs/heads/branch-2 48f5161cd -> 21b478e1b


Move YARN-4092 to 2.7.2
(cherry picked from commit 4eaa7fd3eae4412ac0b964c617b1bbb17a39d8be)


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

Branch: refs/heads/branch-2
Commit: 21b478e1bf729484d51e6f6d0ed6d92085ff1ced
Parents: 48f5161
Author: Jian He <ji...@apache.org>
Authored: Mon Aug 31 17:43:36 2015 -0700
Committer: Jian He <ji...@apache.org>
Committed: Mon Aug 31 17:44:04 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/hadoop/blob/21b478e1/hadoop-yarn-project/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt
index b076d52..837d3cb 100644
--- a/hadoop-yarn-project/CHANGES.txt
+++ b/hadoop-yarn-project/CHANGES.txt
@@ -370,9 +370,6 @@ Release 2.8.0 - UNRELEASED
     YARN-1556. NPE getting application report with a null appId. (Weiwei Yang via 
     junping_du)
 
-    YARN-4092. Fixed UI redirection to print useful messages when both RMs are
-    in standby mode. (Xuan Gong via jianhe)
-
   OPTIMIZATIONS
 
     YARN-3339. TestDockerContainerExecutor should pull a single image and not
@@ -772,6 +769,8 @@ Release 2.7.2 - UNRELEASED
     YARN-3978. Configurably turn off the saving of container info in Generic AHS
     (Eric Payne via jeagles)
 
+    YARN-4092. Fixed UI redirection to print useful messages when both RMs are
+    in standby mode. (Xuan Gong via jianhe)
 
   OPTIMIZATIONS