Repository: hadoop Updated Branches: refs/heads/branch-2 23f4cd1c5 -> 48eb28e7e
YARN-3248. Moving it to improvements section in CHANGES.txt. (cherry picked from commit df52ff92ae42977bc743630191d1cbe1e17d00cf) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/48eb28e7 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/48eb28e7 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/48eb28e7 Branch: refs/heads/branch-2 Commit: 48eb28e7e258e5f971ac5b711596102218f40ba8 Parents: 23f4cd1 Author: Vinod Kumar Vavilapalli (I am also known as @tshooter.) <[email protected]> Authored: Wed Sep 23 15:01:29 2015 -0700 Committer: Vinod Kumar Vavilapalli (I am also known as @tshooter.) <[email protected]> Committed: Wed Sep 23 15:02:23 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/48eb28e7/hadoop-yarn-project/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt index 135150e..7aa4a62 100644 --- a/hadoop-yarn-project/CHANGES.txt +++ b/hadoop-yarn-project/CHANGES.txt @@ -1681,6 +1681,9 @@ Release 2.6.1 - 2015-09-09 YARN-3978. Configurably turn off the saving of container info in Generic AHS (Eric Payne via jeagles) + YARN-3248. Display count of nodes blacklisted by apps in the web UI. + (Varun Vasudev via xgong) + OPTIMIZATIONS BUG FIXES @@ -1868,9 +1871,6 @@ Release 2.6.1 - 2015-09-09 YARN-3740. Fixed the typo in the configuration name: APPLICATION_HISTORY_PREFIX_MAX_APPS. (Xuan Gong via zjshen) - YARN-3248. Display count of nodes blacklisted by apps in the web UI. - (Varun Vasudev via xgong) - YARN-3544. Got back AM logs link on the RM web UI for a completed app. (Xuan Gong via zjshen)
