From 4eec2fd132a7c3d100f2124b99ca8cd7befa27c7 Mon Sep 17 00:00:00 2001 From: Zhijie Shen Date: Wed, 3 Jun 2015 14:15:31 -0700 Subject: [PATCH] Revert "YARN-1462. Correct fix version from branch-2.7.1 to branch-2.8 in" This reverts commit 0b5cfacde638bc25cc010cd9236369237b4e51a8. --- hadoop-yarn-project/CHANGES.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt index 794863777e..3bf1b7e0da 100644 --- a/hadoop-yarn-project/CHANGES.txt +++ b/hadoop-yarn-project/CHANGES.txt @@ -286,9 +286,6 @@ Release 2.8.0 - UNRELEASED YARN-3467. Expose allocatedMB, allocatedVCores, and runningContainers metrics on running Applications in RM Web UI. (Anubhav Dhoot via kasha) - YARN-1462. Made RM write application tags to timeline server and exposed them - to users via generic history web UI and REST API. (Xuan Gong via zjshen) - OPTIMIZATIONS YARN-3339. TestDockerContainerExecutor should pull a single image and not @@ -504,6 +501,9 @@ Release 2.7.1 - UNRELEASED YARN-3723. Need to clearly document primaryFilter and otherInfo value type. (Zhijie Shen via xgong) + YARN-1462. Made RM write application tags to timeline server and exposed them + to users via generic history web UI and REST API. (Xuan Gong via zjshen) + OPTIMIZATIONS BUG FIXES