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 <[email protected]> Authored: Thu Aug 1 14:08:24 2013 -0700 Committer: Yusaku Sako <[email protected]> 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" } ],
