Return-Path: X-Original-To: apmail-incubator-ambari-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-ambari-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6AC5A1042F for ; Thu, 1 Aug 2013 21:08:42 +0000 (UTC) Received: (qmail 40231 invoked by uid 500); 1 Aug 2013 21:08:42 -0000 Delivered-To: apmail-incubator-ambari-commits-archive@incubator.apache.org Received: (qmail 40175 invoked by uid 500); 1 Aug 2013 21:08:41 -0000 Mailing-List: contact ambari-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@incubator.apache.org Delivered-To: mailing list ambari-commits@incubator.apache.org Received: (qmail 40164 invoked by uid 99); 1 Aug 2013 21:08:41 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Aug 2013 21:08:41 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 978EB8B65D9; Thu, 1 Aug 2013 21:08:41 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: yusaku@apache.org To: ambari-commits@incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: AMBARI-2792. YARN capacity scheduler property should be in ResourceManager section. (xiwang via yusaku) Date: Thu, 1 Aug 2013 21:08:41 +0000 (UTC) Updated Branches: refs/heads/trunk 064c7d9de -> 0b5ddc393 AMBARI-2792. YARN capacity scheduler property should be in ResourceManager section. (xiwang via yusaku) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/0b5ddc39 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/0b5ddc39 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/0b5ddc39 Branch: refs/heads/trunk Commit: 0b5ddc39325510d2f50af7c0244cec23591068c4 Parents: 064c7d9 Author: Yusaku Sako Authored: Thu Aug 1 14:08:24 2013 -0700 Committer: Yusaku Sako Committed: Thu Aug 1 14:08:24 2013 -0700 ---------------------------------------------------------------------- ambari-web/app/utils/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/0b5ddc39/ambari-web/app/utils/config.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/utils/config.js b/ambari-web/app/utils/config.js index 7271d79..ba14865 100644 --- a/ambari-web/app/utils/config.js +++ b/ambari-web/app/utils/config.js @@ -785,7 +785,7 @@ App.config = Em.Object.create({ "isVisible": true, "serviceName": "YARN", "filename": "capacity-scheduler.xml", - "category": "CapacityScheduler" + "category": "ResourceManager" } ],