AMBARI-15833. ResourceManager quicklink goes to the wrong address (alexantonenko)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/b3a9a7c3 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b3a9a7c3 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b3a9a7c3 Branch: refs/heads/trunk Commit: b3a9a7c361b910b7076263fde613ac5877e65a36 Parents: 281307f Author: Alex Antonenko <[email protected]> Authored: Tue Apr 12 16:03:53 2016 +0300 Committer: Alex Antonenko <[email protected]> Committed: Wed Apr 13 15:48:35 2016 +0300 ---------------------------------------------------------------------- .../stacks/HDP/2.0.6/services/YARN/quicklinks/quicklinks.json | 4 ++-- .../stacks/HDP/2.3/services/YARN/quicklinks/quicklinks.json | 4 ++-- ambari-server/src/test/resources/parent_quicklinks.json | 4 ++-- ambari-web/app/assets/data/configurations/quicklinks.json | 4 ++-- .../app/assets/data/configurations/quicklinks_services.json | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/b3a9a7c3/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/YARN/quicklinks/quicklinks.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/YARN/quicklinks/quicklinks.json b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/YARN/quicklinks/quicklinks.json index 101be6d..56c54b8 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/YARN/quicklinks/quicklinks.json +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/YARN/quicklinks/quicklinks.json @@ -21,9 +21,9 @@ "requires_user_name": "false", "url": "%@://%@:%@", "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" http://git-wip-us.apache.org/repos/asf/ambari/blob/b3a9a7c3/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/quicklinks/quicklinks.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/quicklinks/quicklinks.json b/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/quicklinks/quicklinks.json index 101be6d..56c54b8 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/quicklinks/quicklinks.json +++ b/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/quicklinks/quicklinks.json @@ -21,9 +21,9 @@ "requires_user_name": "false", "url": "%@://%@:%@", "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" http://git-wip-us.apache.org/repos/asf/ambari/blob/b3a9a7c3/ambari-server/src/test/resources/parent_quicklinks.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/test/resources/parent_quicklinks.json b/ambari-server/src/test/resources/parent_quicklinks.json index 101be6d..56c54b8 100644 --- a/ambari-server/src/test/resources/parent_quicklinks.json +++ b/ambari-server/src/test/resources/parent_quicklinks.json @@ -21,9 +21,9 @@ "requires_user_name": "false", "url": "%@://%@:%@", "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" http://git-wip-us.apache.org/repos/asf/ambari/blob/b3a9a7c3/ambari-web/app/assets/data/configurations/quicklinks.json ---------------------------------------------------------------------- diff --git a/ambari-web/app/assets/data/configurations/quicklinks.json b/ambari-web/app/assets/data/configurations/quicklinks.json index e5873ab..037645c 100644 --- a/ambari-web/app/assets/data/configurations/quicklinks.json +++ b/ambari-web/app/assets/data/configurations/quicklinks.json @@ -32,9 +32,9 @@ "port" : { "regex" : "\\w*:(\\d+)", "site" : "yarn-site", - "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" }, "removed" : false, http://git-wip-us.apache.org/repos/asf/ambari/blob/b3a9a7c3/ambari-web/app/assets/data/configurations/quicklinks_services.json ---------------------------------------------------------------------- diff --git a/ambari-web/app/assets/data/configurations/quicklinks_services.json b/ambari-web/app/assets/data/configurations/quicklinks_services.json index 27d5b91..64ef08b 100644 --- a/ambari-web/app/assets/data/configurations/quicklinks_services.json +++ b/ambari-web/app/assets/data/configurations/quicklinks_services.json @@ -41,9 +41,9 @@ "port" : { "regex" : "\\w*:(\\d+)", "site" : "yarn-site", - "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" }, "removed" : false,
