Add a consistent method for getting the job configuration's XML within the 
AppMaster and the JobHistory
-------------------------------------------------------------------------------------------------------

                 Key: MAPREDUCE-3037
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3037
             Project: Hadoop Map/Reduce
          Issue Type: Improvement
          Components: mrv2
            Reporter: Jeffrey Naisbitt
             Fix For: 0.23.0, 0.24.0


We should add consistent functionality for accessing/downloading the actual XML 
for the jobfile configuration from the Web UI (for both the AppMaster UI and 
the JobHistory UI).  Currently, you can get an HTML table with the 
configuration through /yarn/conf (a "Configuration" link on the left side of 
the UI).  It would be good to add a link there that allows the user to actually 
download the XML.  We could either have a conf-xml servlet or even better we 
could do something more REST-like by allowing requests to contain the desired 
format (XML, HTML, JSON, etc?).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to