Sebastian Toader created AMBARI-14302:
-----------------------------------------
Summary: Storm configuration wrong
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
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)