Revert "AMBARI-20509. Incorrect webhbase host and port for Knox Topology 
(Sandeep More via smohanty)"

This reverts commit 50d684a95f1ee107d9a6bc1772750ea74fee39bb.


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8fc7db16
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8fc7db16
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8fc7db16

Branch: refs/heads/branch-feature-AMBARI-12556
Commit: 8fc7db16bb825242200e51008dfb02af7be1959c
Parents: 936d859
Author: Sumit Mohanty <smoha...@hortonworks.com>
Authored: Wed Mar 22 14:41:35 2017 -0700
Committer: Sumit Mohanty <smoha...@hortonworks.com>
Committed: Wed Mar 22 14:41:35 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/8fc7db16/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 f27aac7..df4c1b4 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 @@
 
             &lt;service&gt;
                 &lt;role&gt;WEBHBASE&lt;/role&gt;
-                
&lt;url&gt;http://{{hbase_rest_server}}:{{hbase_rest_port}}&lt;/url&gt;
+                
&lt;url&gt;http://{{hbase_master_host}}:{{hbase_master_port}}&lt;/url&gt;
             &lt;/service&gt;
 
             &lt;service&gt;

Reply via email to