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 zj...@apache.org on 2015/04/06 21:22:38 UTC

[08/50] [abbrv] hadoop git commit: YARN-3248. Correct fix version from branch-2.7 to branch-2.8 in the change log.

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/f95a2de4
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f95a2de4
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/f95a2de4

Branch: refs/heads/YARN-2928
Commit: f95a2de4a3a1b3846a82e7cd34b1140b7154c0f0
Parents: 40f362b
Author: Xuan <xg...@apache.org>
Authored: Wed Apr 1 04:32:11 2015 -0700
Committer: Zhijie Shen <zj...@apache.org>
Committed: Mon Apr 6 12:08:10 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/f95a2de4/hadoop-yarn-project/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt
index 461f07d..c48de2c 100644
--- a/hadoop-yarn-project/CHANGES.txt
+++ b/hadoop-yarn-project/CHANGES.txt
@@ -150,6 +150,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
@@ -920,9 +923,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