You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sm...@apache.org on 2017/04/13 23:00:49 UTC

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

Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 6cf930b11 -> e4db0c2dc


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

This reverts commit 187cded16dca661c41514a430c20d2d5f87a91e4.


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

Branch: refs/heads/branch-2.5
Commit: e4db0c2dc26a8f8ff887262fb334649db73ebefc
Parents: 6cf930b
Author: Sumit Mohanty <sm...@hortonworks.com>
Authored: Thu Apr 13 16:00:32 2017 -0700
Committer: Sumit Mohanty <sm...@hortonworks.com>
Committed: Thu Apr 13 16:00:32 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/e4db0c2d/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;