Repository: hadoop Updated Branches: refs/heads/trunk b3f6b641d -> f3e5bc676
CHANGES.txt: Moving YARN-1884, YARN-3171, YARN-3740, YARN-3248, YARN-3544 to 2.6.1 given the backport. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f3e5bc67 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f3e5bc67 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/f3e5bc67 Branch: refs/heads/trunk Commit: f3e5bc67661ebc7e14509f2a267131ae314699dc Parents: b3f6b64 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:40:37 2015 -0700 ---------------------------------------------------------------------- hadoop-yarn-project/CHANGES.txt | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/f3e5bc67/hadoop-yarn-project/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt index d1e6bc7..095074f 100644 --- a/hadoop-yarn-project/CHANGES.txt +++ b/hadoop-yarn-project/CHANGES.txt @@ -258,9 +258,6 @@ 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) - YARN-2901. Add errors and warning metrics page to RM, NM web UI. (Varun Vasudev via wangda) @@ -682,9 +679,6 @@ Release 2.8.0 - UNRELEASED YARN-3716. Node-label-expression should be included by ResourceRequestPBImpl.toString. (Xianyin Xin via wangda) - YARN-3740. Fixed the typo in the configuration name: - APPLICATION_HISTORY_PREFIX_MAX_APPS. (Xuan Gong via zjshen) - YARN-3751. Fixed AppInfo to check if used resources are null. (Sunil G via zjshen) @@ -1044,9 +1038,6 @@ Release 2.7.1 - 2015-07-06 YARN-3485. FairScheduler headroom calculation doesn't consider maxResources for Fifo and FairShare policies. (kasha) - YARN-3544. Got back AM logs link on the RM web UI for a completed app. - (Xuan Gong via zjshen) - YARN-3301. Fixed the format issue of the new RM attempt web page. (Xuan Gong via jianhe) @@ -1689,17 +1680,11 @@ Release 2.7.0 - 2015-04-20 YARN-3295. Fix documentation nits found in markdown conversion. (Masatake Iwasaki via ozawa) - YARN-1884. Added nodeHttpAddress into ContainerReport and fixed the link to NM - web page. (Xuan Gong via zjshen) - YARN-3338. Exclude jline dependency from YARN. (Zhijie Shen via xgong) YARN-3154. Added additional APIs in LogAggregationContext to avoid aggregating running logs of application when rolling is enabled. (Xuan Gong via vinodkv) - YARN-3171. Sort by Application id, AppAttempt and ContainerID doesn't work - in ATS / RM web ui. (Naganarasimha G R via xgong) - YARN-1453. [JDK8] Fix Javadoc errors caused by incorrect or illegal tags in doc comments. (Akira AJISAKA, Andrew Purtell, and Allen Wittenauer via ozawa) @@ -1945,6 +1930,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
