You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sr...@apache.org on 2015/03/19 18:27:03 UTC

ambari git commit: AMBARI-9991. Moving theme.json to inside stack-version - adding missed config-types. (srimanth)

Repository: ambari
Updated Branches:
  refs/heads/trunk 9a7cfc80d -> 75ecd3e44


AMBARI-9991. Moving theme.json to inside stack-version - adding missed config-types. (srimanth)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/75ecd3e4
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/75ecd3e4
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/75ecd3e4

Branch: refs/heads/trunk
Commit: 75ecd3e448796d25ec36ba6d807b143db23093be
Parents: 9a7cfc8
Author: Srimanth Gunturi <sg...@hortonworks.com>
Authored: Thu Mar 19 10:26:18 2015 -0700
Committer: Srimanth Gunturi <sg...@hortonworks.com>
Committed: Thu Mar 19 10:26:32 2015 -0700

----------------------------------------------------------------------
 .../stacks/HDP/2.2/services/YARN/theme.json         | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/75ecd3e4/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/theme.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/theme.json b/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/theme.json
index b20fc83..1bcd696 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/theme.json
+++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/theme.json
@@ -129,7 +129,7 @@
     },
     "widgets":[
       {
-        "config":"yarn.nodemanager.resource.memory-mb",
+        "config":"yarn-site/yarn.nodemanager.resource.memory-mb",
         "widget":{
           "type":"slider",
           "units":[
@@ -140,7 +140,7 @@
         }
       },
       {
-        "config": "yarn.nodemanager.vmem-pmem-ratio",
+        "config": "yarn-site/yarn.nodemanager.vmem-pmem-ratio",
         "widget": {
           "type": "slider",
           "units": [
@@ -151,7 +151,7 @@
         }
       },
       {
-        "config": "yarn.nodemanager.resource.percentage-physical-cpu-limit",
+        "config": "yarn-site/yarn.nodemanager.resource.percentage-physical-cpu-limit",
         "widget": {
           "type": "slider",
           "units": [
@@ -162,7 +162,7 @@
         }
       },
       {
-        "config": "yarn.nodemanager.resource.cpu-vcores",
+        "config": "yarn-site/yarn.nodemanager.resource.cpu-vcores",
         "widget": {
           "type": "slider",
           "units": [
@@ -173,7 +173,7 @@
         }
       },
       {
-        "config":"yarn.scheduler.minimum-allocation-mb",
+        "config":"yarn-site/yarn.scheduler.minimum-allocation-mb",
         "widget":{
           "type":"slider",
           "units":[
@@ -184,7 +184,7 @@
         }
       },
       {
-        "config":"yarn.scheduler.maximum-allocation-mb",
+        "config":"yarn-site/yarn.scheduler.maximum-allocation-mb",
         "widget":{
           "type":"slider",
           "units":[
@@ -195,7 +195,7 @@
         }
       },
       {
-        "config":"yarn.scheduler.minimum-allocation-vcores",
+        "config":"yarn-site/yarn.scheduler.minimum-allocation-vcores",
         "widget":{
           "type":"slider",
           "units":[
@@ -206,7 +206,7 @@
         }
       },
       {
-        "config":"yarn.scheduler.maximum-allocation-vcores",
+        "config":"yarn-site/yarn.scheduler.maximum-allocation-vcores",
         "widget":{
           "type":"slider",
           "units":[