[
https://issues.apache.org/jira/browse/AMBARI-20509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15933478#comment-15933478
]
Hadoop QA commented on AMBARI-20509:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12859614/AMBARI-20509.001.patch
against trunk revision .
{color:red}-1 patch{color}. The patch command could not apply the patch.
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/11090//console
This message is automatically generated.
> 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
> Attachments: AMBARI-20509.001.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)