소스 검색

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

Fixed STORM metrics file structure.
Florian Barca 10 년 전
부모
커밋
c86d38823f
1개의 변경된 파일4개의 추가작업 그리고 6개의 파일을 삭제
  1. 4 6
      ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/metrics.json

+ 4 - 6
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
           }
-        }
+        }}
       }
     ]
   }