-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/37524/
-----------------------------------------------------------
Review request for Ambari, Srimanth Gunturi, Sid Wagle, and Yusaku Sako.
Bugs: 12783
https://issues.apache.org/jira/browse/12783
Repository: ambari
Description
-------
In file
ambari/contrib/views/capacity-scheduler/src/main/resources/ui/app/store.js
In function buildConfig() which takes care of creating an xml or txt
configuration file for download.
if format is xml, then earlier it was getting all the properties and creating
an xml without the adding the xml declaration or adding the root element for
the xml.
In this patch an xml declaration the root element 'configuration' has been
added.
Diffs
-----
contrib/views/capacity-scheduler/src/main/resources/ui/app/store.js 4297b17
Diff: https://reviews.apache.org/r/37524/diff/
Testing
-------
done manual testing. Downloaded xml with configurations and checked for the
format of valid xml.
Thanks,
Nitiraj Rathore