Repository: ambari Updated Branches: refs/heads/branch-2.5 a0e90f250 -> 187cded16
AMBARI-20509. Incorrect webhbase host and port for Knox Topology (Sandeep More via smohanty) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/187cded1 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/187cded1 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/187cded1 Branch: refs/heads/branch-2.5 Commit: 187cded16dca661c41514a430c20d2d5f87a91e4 Parents: a0e90f2 Author: Sumit Mohanty <[email protected]> Authored: Mon Mar 20 13:41:47 2017 -0700 Committer: Sumit Mohanty <[email protected]> Committed: Mon Mar 20 13:41:47 2017 -0700 ---------------------------------------------------------------------- .../stacks/HDP/2.6/services/KNOX/configuration/topology.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/187cded1/ambari-server/src/main/resources/stacks/HDP/2.6/services/KNOX/configuration/topology.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.6/services/KNOX/configuration/topology.xml b/ambari-server/src/main/resources/stacks/HDP/2.6/services/KNOX/configuration/topology.xml index df4c1b4..f27aac7 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.6/services/KNOX/configuration/topology.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.6/services/KNOX/configuration/topology.xml @@ -100,7 +100,7 @@ <service> <role>WEBHBASE</role> - <url>http://{{hbase_master_host}}:{{hbase_master_port}}</url> + <url>http://{{hbase_rest_server}}:{{hbase_rest_port}}</url> </service> <service>
