[
https://issues.apache.org/jira/browse/AMBARI-18366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15486732#comment-15486732
]
Hadoop QA commented on AMBARI-18366:
------------------------------------
{color:green}+1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12828091/AMBARI-18366.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 1 new
or modified test files.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in
ambari-server.
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/8644//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/8644//console
This message is automatically generated.
> YAML Maps For Storm Are Not Being Escaped Correctly
> ---------------------------------------------------
>
> Key: AMBARI-18366
> URL: https://issues.apache.org/jira/browse/AMBARI-18366
> Project: Ambari
> Issue Type: Bug
> Components: ambari-agent
> Affects Versions: 2.0.0
> Reporter: Jonathan Hurley
> Assignee: Jonathan Hurley
> Priority: Critical
> Fix For: 2.5.0
>
> Attachments: AMBARI-18366.patch
>
>
> When attempting to add a custom {{storm-site}} property which is a YAML map
> of maps, the {{storm.yaml}} file being generated is incorrectly escaping the
> map.
> {code:title="Expected YAML"}
> nimbus.impersonation.acl:
> storm:
> hosts:
> [c6401.ambari.apache.org, c6402.ambari.apache.org]
> groups:
> [hadoop, foo]
> {code}
> {code:title="Actual YAML"}
> nimbus.impersonation.acl: 'storm:
> hosts:
> [c6401.ambari.apache.org, c6402.ambari.apache.org]
> groups:
> [hadoop, foo]'
> {code}
> - We should not be escaping YAML maps
> - YAML maps must being on a newline with no leading whitespace
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)