You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2015/12/10 03:21:11 UTC

[jira] [Commented] (AMBARI-14302) Storm configuration for storm.zookeeper.servers is not good

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

Hudson commented on AMBARI-14302:
---------------------------------

ABORTED: Integrated in Ambari-branch-2.2 #48 (See [https://builds.apache.org/job/Ambari-branch-2.2/48/])
AMBARI-14302. Storm configuration value for storm.zookeeper.servers is (smohanty: [http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=06ee768fbd28ed729808b5a5e09e96194adbfc5e])
* ambari-server/src/test/java/org/apache/ambari/server/controller/internal/BlueprintConfigurationProcessorTest.java
* ambari-server/src/main/java/org/apache/ambari/server/controller/internal/BlueprintConfigurationProcessor.java


> Storm configuration for storm.zookeeper.servers is not good
> -----------------------------------------------------------
>
>                 Key: AMBARI-14302
>                 URL: https://issues.apache.org/jira/browse/AMBARI-14302
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.2.0
>            Reporter: Sebastian Toader
>            Assignee: Sebastian Toader
>            Priority: Blocker
>             Fix For: 2.2.0
>
>         Attachments: AMBARI-14302.v1.patch
>
>
> storm.yaml configuration file contains invalid settings for array properties like storm.zookeeper.servers when the cluster is created from a exported Blueprint or it is a one node cluster.
> We see {code}storm.zookeeper.servers :[' ['host1',''host2',''host3']' ]{code} while the expected format is: {code}storm.zookeeper.servers : ['host1','host2','host3']{code}



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