You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2017/04/13 23:41:41 UTC

[jira] [Commented] (AMBARI-20509) hbase master port or hbase rest port is not populated in advance-topology.xml

    [ https://issues.apache.org/jira/browse/AMBARI-20509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15968397#comment-15968397 ] 

Hudson commented on AMBARI-20509:
---------------------------------

SUCCESS: Integrated in Jenkins build Ambari-branch-2.5 #1406 (See [https://builds.apache.org/job/Ambari-branch-2.5/1406/])
Revert "AMBARI-20509. Incorrect webhbase host and port for Knox Topology (smohanty: [http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=e4db0c2dc26a8f8ff887262fb334649db73ebefc])
* (edit) ambari-server/src/main/resources/stacks/HDP/2.6/services/KNOX/configuration/topology.xml


> hbase master port or hbase rest port is not populated in advance-topology.xml
> -----------------------------------------------------------------------------
>
>                 Key: AMBARI-20509
>                 URL: https://issues.apache.org/jira/browse/AMBARI-20509
>             Project: Ambari
>          Issue Type: Bug
>            Reporter: Sandeep More
>            Assignee: Sandeep More
>             Fix For: trunk, 2.5.1
>
>         Attachments: AMBARI-20509.001.patch, AMBARI-20509.002.patch
>
>
> hbase master port or hbase rest port is not populated in advance-topology.xml, port is empty, that creates invalid webhbase url in default topology.
> {code}
> <service>
>                 <role>WEBHBASE</role>
>                 <url>http://myhost:</url>
>             </service>
> {code}
> this is the topology from ambari:
> {code}
> <service>
>                 <role>WEBHBASE</role>
>                 <url>http://{{hbase_master_host}}:{{hbase_master_port}}</url>
>             </service>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)