Return-Path: X-Original-To: apmail-hadoop-common-commits-archive@www.apache.org Delivered-To: apmail-hadoop-common-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 00DA3173BB for ; Wed, 3 Jun 2015 21:17:21 +0000 (UTC) Received: (qmail 12837 invoked by uid 500); 3 Jun 2015 21:17:20 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 12642 invoked by uid 500); 3 Jun 2015 21:17:20 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 12565 invoked by uid 99); 3 Jun 2015 21:17:20 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jun 2015 21:17:20 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 717BAE10A8; Wed, 3 Jun 2015 21:17:20 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: zjshen@apache.org To: common-commits@hadoop.apache.org Date: Wed, 03 Jun 2015 21:17:21 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] hadoop git commit: Revert "YARN-1462. Correct fix version from branch-2.7.1 to branch-2.8 in" Revert "YARN-1462. Correct fix version from branch-2.7.1 to branch-2.8 in" This reverts commit 0b5cfacde638bc25cc010cd9236369237b4e51a8. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4eec2fd1 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/4eec2fd1 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/4eec2fd1 Branch: refs/heads/trunk Commit: 4eec2fd132a7c3d100f2124b99ca8cd7befa27c7 Parents: edb9cd0 Author: Zhijie Shen Authored: Wed Jun 3 14:15:31 2015 -0700 Committer: Zhijie Shen Committed: Wed Jun 3 14:15:56 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/4eec2fd1/hadoop-yarn-project/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt index 7948637..3bf1b7e 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