Repository: hadoop Updated Branches: refs/heads/branch-2.6 a8620f550 -> 4fdcc6760
CHANGES.txt: Moving YARN-1884, YARN-3171, YARN-3740, YARN-3248, YARN-3544 to 2.6.1 given the backport. (cherry picked from commit f3e5bc67661ebc7e14509f2a267131ae314699dc) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4fdcc676 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/4fdcc676 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/4fdcc676 Branch: refs/heads/branch-2.6 Commit: 4fdcc67609e0fa77a07d8d823b5048188d215c75 Parents: a8620f5 Author: Vinod Kumar Vavilapalli (I am also known as @tshooter.) <[email protected]> Authored: Wed Sep 23 13:40:37 2015 -0700 Committer: Vinod Kumar Vavilapalli (I am also known as @tshooter.) <[email protected]> Committed: Wed Sep 23 13:50:04 2015 -0700 ---------------------------------------------------------------------- hadoop-yarn-project/CHANGES.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/4fdcc676/hadoop-yarn-project/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt index 120ac2a..616e41c 100644 --- a/hadoop-yarn-project/CHANGES.txt +++ b/hadoop-yarn-project/CHANGES.txt @@ -229,6 +229,21 @@ Release 2.6.1 - 2015-09-09 YARN-4047. ClientRMService getApplications has high scheduler lock contention. (Jason Lowe via jianhe) + YARN-1884. Added nodeHttpAddress into ContainerReport and fixed the link to NM + web page. (Xuan Gong via zjshen) + + YARN-3171. Sort by Application id, AppAttempt and ContainerID doesn't work + in ATS / RM web ui. (Naganarasimha G R via xgong) + + 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) + Release 2.6.0 - 2014-11-18 INCOMPATIBLE CHANGES
