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 xg...@apache.org on 2015/04/01 13:32:58 UTC

hadoop git commit: YARN-3248. Correct fix version from branch-2.7 to branch-2.8 in the change log.

Repository: hadoop
Updated Branches:
  refs/heads/trunk 4728bdfa1 -> 2e79f1c21


YARN-3248. Correct fix version from branch-2.7 to branch-2.8 in the change log.


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

Branch: refs/heads/trunk
Commit: 2e79f1c2125517586c165a84e99d3c4d38ca0938
Parents: 4728bdf
Author: Xuan <xg...@apache.org>
Authored: Wed Apr 1 04:32:11 2015 -0700
Committer: Xuan <xg...@apache.org>
Committed: Wed Apr 1 04:32:11 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/hadoop/blob/2e79f1c2/hadoop-yarn-project/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt
index d2a1ae3..2888a65 100644
--- a/hadoop-yarn-project/CHANGES.txt
+++ b/hadoop-yarn-project/CHANGES.txt
@@ -94,6 +94,9 @@ Release 2.8.0 - UNRELEASED
     YARN-3424. Change logs for ContainerMonitorImpl's resourse monitoring
     from info to debug. (Anubhav Dhoot via ozawa)
 
+    YARN-3248. Display count of nodes blacklisted by apps in the web UI.
+    (Varun Vasudev via xgong)
+
   OPTIMIZATIONS
 
     YARN-3339. TestDockerContainerExecutor should pull a single image and not
@@ -864,9 +867,6 @@ Release 2.7.0 - UNRELEASED
     removing inconsistencies in the default values. (Junping Du and Karthik
     Kambatla via vinodkv)
 
-    YARN-3248. Display count of nodes blacklisted by apps in the web UI.
-    (Varun Vasudev via xgong)
-
 Release 2.6.0 - 2014-11-18
 
   INCOMPATIBLE CHANGES