Repository: ambari Updated Branches: refs/heads/trunk b00cd9951 -> 50d684a95
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/50d684a9 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/50d684a9 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/50d684a9 Branch: refs/heads/trunk Commit: 50d684a95f1ee107d9a6bc1772750ea74fee39bb Parents: b00cd99 Author: Sumit Mohanty <[email protected]> Authored: Mon Mar 20 13:41:47 2017 -0700 Committer: Sumit Mohanty <[email protected]> Committed: Mon Mar 20 13:44:17 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/50d684a9/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>
