Repository: ambari Updated Branches: refs/heads/trunk be7f69625 -> 538a3f13a
AMBARI-16262. Change construct for llap quick link. (Jaimin) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/538a3f13 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/538a3f13 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/538a3f13 Branch: refs/heads/trunk Commit: 538a3f13adef72af4b3bf1c8ed140332cda65eaf Parents: be7f696 Author: Jaimin Jetly <[email protected]> Authored: Thu May 5 11:57:41 2016 -0700 Committer: Jaimin Jetly <[email protected]> Committed: Thu May 5 11:58:12 2016 -0700 ---------------------------------------------------------------------- .../stacks/HDP/2.5/services/HIVE/quicklinks/quicklinks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/538a3f13/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/quicklinks/quicklinks.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/quicklinks/quicklinks.json b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/quicklinks/quicklinks.json index 3080685..e586d20 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/quicklinks/quicklinks.json +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/quicklinks/quicklinks.json @@ -37,7 +37,7 @@ "label": "HiveServer2 Interactive UI", "requires_user_name": "false", "component_name": "HIVE_SERVER_INTERACTIVE", - "url": "%@://%@:%@/llap/llap0", + "url": "%@://%@:%@/llap.html", "port":{ "http_property": "hive.server2.webui.port", "http_default_port": "10502",
