You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2013/08/01 23:08:41 UTC

git commit: AMBARI-2792. YARN capacity scheduler property should be in ResourceManager section. (xiwang via yusaku)

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 <yu...@hortonworks.com>
Authored: Thu Aug 1 14:08:24 2013 -0700
Committer: Yusaku Sako <yu...@hortonworks.com>
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"
     }
   ],