[ 
https://issues.apache.org/jira/browse/AMBARI-20509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sandeep More updated AMBARI-20509:
----------------------------------
    Description: 
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}


  was:
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://ctr-e129-1487033772569-51216-01-000004.hwx.site:</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}



> 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
>
> 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)

Reply via email to