Repository: ambari Updated Branches: refs/heads/branch-2.5 c4691de8e -> 4d968227e
AMBARI-21014. Quick Links for Spark History Server component is missing (smohanty) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/4d968227 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/4d968227 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/4d968227 Branch: refs/heads/branch-2.5 Commit: 4d968227e6d1370b9ab0862c0c4ef7a5bbac5032 Parents: c4691de Author: Sumit Mohanty <[email protected]> Authored: Fri May 12 17:56:16 2017 -0700 Committer: Sumit Mohanty <[email protected]> Committed: Fri May 12 17:56:16 2017 -0700 ---------------------------------------------------------------------- .../common-services/SPARK/1.2.1/quicklinks/quicklinks.json | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/4d968227/ambari-server/src/main/resources/common-services/SPARK/1.2.1/quicklinks/quicklinks.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/SPARK/1.2.1/quicklinks/quicklinks.json b/ambari-server/src/main/resources/common-services/SPARK/1.2.1/quicklinks/quicklinks.json index 685665a..5557c53 100644 --- a/ambari-server/src/main/resources/common-services/SPARK/1.2.1/quicklinks/quicklinks.json +++ b/ambari-server/src/main/resources/common-services/SPARK/1.2.1/quicklinks/quicklinks.json @@ -12,6 +12,7 @@ "name": "spark_history_server_ui", "label": "Spark History Server UI", "requires_user_name": "false", + "component_name": "SPARK_JOBHISTORYSERVER", "url": "%@://%@:%@", "port":{ "http_property": "spark.history.ui.port",
