|
@@ -37,9 +37,9 @@
|
|
|
"component_name": "RESOURCEMANAGER",
|
|
|
"url": "%@://%@:%@/logs",
|
|
|
"port":{
|
|
|
- "http_property": "yarn.timeline-service.webapp.address",
|
|
|
+ "http_property": "yarn.resourcemanager.webapp.address",
|
|
|
"http_default_port": "8088",
|
|
|
- "https_property": "yarn.timeline-service.webapp.https.address",
|
|
|
+ "https_property": "yarn.resourcemanager.webapp.https.address",
|
|
|
"https_default_port": "8090",
|
|
|
"regex": "\\w*:(\\d+)",
|
|
|
"site": "yarn-site"
|
|
@@ -52,9 +52,9 @@
|
|
|
"component_name": "RESOURCEMANAGER",
|
|
|
"url":"%@://%@:%@/jmx",
|
|
|
"port":{
|
|
|
- "http_property": "yarn.timeline-service.webapp.address",
|
|
|
+ "http_property": "yarn.resourcemanager.webapp.address",
|
|
|
"http_default_port": "8088",
|
|
|
- "https_property": "yarn.timeline-service.webapp.https.address",
|
|
|
+ "https_property": "yarn.resourcemanager.webapp.https.address",
|
|
|
"https_default_port": "8090",
|
|
|
"regex": "\\w*:(\\d+)",
|
|
|
"site": "yarn-site"
|
|
@@ -67,9 +67,9 @@
|
|
|
"component_name": "RESOURCEMANAGER",
|
|
|
"url":"%@://%@:%@/stacks",
|
|
|
"port":{
|
|
|
- "http_property": "yarn.timeline-service.webapp.address",
|
|
|
+ "http_property": "yarn.resourcemanager.webapp.address",
|
|
|
"http_default_port": "8088",
|
|
|
- "https_property": "yarn.timeline-service.webapp.https.address",
|
|
|
+ "https_property": "yarn.resourcemanager.webapp.https.address",
|
|
|
"https_default_port": "8090",
|
|
|
"regex": "\\w*:(\\d+)",
|
|
|
"site": "yarn-site"
|