There's currently a commented block in
puppet/modules/hadoop/templates/yarn-site.xml that fails to render in some cases
-----------------------------------------------------------------------------------------------------------------------
Key: BIGTOP-464
URL: https://issues.apache.org/jira/browse/BIGTOP-464
Project: Bigtop
Issue Type: Bug
Components: Deployment
Affects Versions: 0.4.0
Reporter: Patrick Taylor Ramsey
Assignee: Patrick Taylor Ramsey
bigtop-deploy/puppet/modules/hadoop/templates/yarn-site.xml has a block that's
commented with the words "FIXME: MAPREDUCE-3916". Unfortunately, it's only an
XML comment, not an erb comment, so it gets rendered anyway, even when
hadoop_ps_port isn't set (which in several contexts where the file is imported,
it's not). Attaching a patch that prevents the block from being rendered until
MAPREDUCE-3916 is addressed.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira