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

Hadoop QA commented on AMBARI-14786:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/12784965/AMBARI-14786_branch-2.2.2.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/5100//console

This message is automatically generated.

> Localhost configuration value for multiple host properties does not work 
> properly
> ---------------------------------------------------------------------------------
>
>                 Key: AMBARI-14786
>                 URL: https://issues.apache.org/jira/browse/AMBARI-14786
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>            Reporter: Daniel Gergely
>            Assignee: Daniel Gergely
>             Fix For: 2.2.2
>
>         Attachments: AMBARI-14786_branch-2.2.2.patch
>
>
> If the configuration value for a multiple host property is "localhost" AND 
> the corresponding component can be found in a single hostgroup, then it is 
> resolved to only one host from that hostgroup, instead of a list of them.
> Example:
> "hbase.zookeeper.quorum": "localhost"
> Zookeeper Server is assigned to a hostgroup that have 3 hosts (hostA, hostB, 
> hostC). Then after a Blueprint import, the value is incorrectly set:
> "hbase.zookeeper.quorum": "hostA"
> Correct value would be:
> "hbase.zookeeper.quorum": "hostA,hostB,hostC"



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to