[ https://issues.apache.org/jira/browse/AMBARI-14302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15050019#comment-15050019 ]
Hudson commented on AMBARI-14302: --------------------------------- FAILURE: Integrated in Ambari-trunk-Commit #4005 (See [https://builds.apache.org/job/Ambari-trunk-Commit/4005/]) 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=f8d9bfb5d139ceb111d566af0c7555a1a1859d59]) * 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)