Repository: ambari
Updated Branches:
  refs/heads/trunk e426e7151 -> c86d38823


AMBARI-10286 [WinTP2] Storm service fails to set up

Fixed STORM metrics file structure.


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

Branch: refs/heads/trunk
Commit: c86d38823fd44c8d4e98088e94e98f786f3b7922
Parents: e426e71
Author: Florian Barca <fba...@hortonworks.com>
Authored: Mon Mar 30 14:19:15 2015 -0700
Committer: Florian Barca <fba...@hortonworks.com>
Committed: Mon Mar 30 14:19:15 2015 -0700

----------------------------------------------------------------------
 .../common-services/STORM/0.9.1.2.1/metrics.json          | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/c86d3882/ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/metrics.json
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/metrics.json 
b/ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/metrics.json
index 3c746f7..21db93b 100644
--- 
a/ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/metrics.json
+++ 
b/ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/metrics.json
@@ -416,7 +416,7 @@
     "Component": [
       {
         "type": "ganglia",
-        "metrics": {
+        "metrics": {"default":{
           "metrics/boottime": {
             "metric": "boottime",
             "pointInTime": true,
@@ -597,15 +597,13 @@
             "pointInTime": true,
             "temporal": true
           }
-
-
-        }
+        }}
       }
     ],
     "HostComponent": [
       {
         "type": "ganglia",
-        "metrics": {
+        "metrics": {"default":{
           "metrics/boottime": {
             "metric": "boottime",
             "pointInTime": true,
@@ -786,7 +784,7 @@
             "pointInTime": true,
             "temporal": true
           }
-        }
+        }}
       }
     ]
   }

Reply via email to