-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/41150/
-----------------------------------------------------------
Review request for Ambari, Oliver Szabo, Robert Nettleton, and Sumit Mohanty.
Bugs: AMBARI-14302
https://issues.apache.org/jira/browse/AMBARI-14302
Repository: ambari
Description
-------
BlueprintConfigurationProcessor.YamlMultiValuePropertyDecorator was not
prepared to handle properties that were already in correct format. It has been
changed to recognize if the input property value is already in the correct
format in order to not distort.
In cases where a cluster is created with a Blueprint that was previously
exported the storm yaml properties are already in correct format thus no need
to add surrounding [] to the property value.
Diffs
-----
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/BlueprintConfigurationProcessor.java
b3e99b1
ambari-server/src/test/java/org/apache/ambari/server/controller/internal/BlueprintConfigurationProcessorTest.java
b4b50cf
Diff: https://reviews.apache.org/r/41150/diff/
Testing
-------
Unit tests in progress....
Manual testing in progress...
Thanks,
Sebastian Toader