Jonathan Hurley created AMBARI-11245:
----------------------------------------
Summary: ConfigurationTask Should Support Multiple Configurations
Per Task
Key: AMBARI-11245
URL: https://issues.apache.org/jira/browse/AMBARI-11245
Project: Ambari
Issue Type: Task
Components: ambari-server
Affects Versions: 2.1.0
Reporter: Jonathan Hurley
Assignee: Jonathan Hurley
Priority: Critical
Fix For: 2.1.0
The ConfigureTask should be able to support multiple sets as part of its
payload. Example:
{code}
<task xsi:type="configure">
<type>yarn-site</type>
<set key="yarn.timeline-service.recovery.enabled" value="true"/>
<set key="yarn.timeline-service.recovery.foo" value="foobar"/>
<set key="yarn.timeline-service.recovery.bar" value="baz"/>
</task>
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)