[ 
https://issues.apache.org/jira/browse/MAPREDUCE-4375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13417347#comment-13417347
 ] 

Thomas Graves commented on MAPREDUCE-4375:
------------------------------------------

Mostly looks good.  A couple minor comments

- rename "sources" in ConfEntryInfo to be "source" to match whats in the actual 
job.xml file.
- Add documentation to webservices docs - MapredAppMasterRest.apt.vm and 
HistoryServerRest.apt.vm

- this wasn't introduced by this jira but I see when I look at the output from 
webservices for a running app master the sources look like:
         {
            "sources" : [
               "hdfs-default.xml",
               "org.apache.hadoop.hdfs.DFSClient$DFSDataInputStream@135b95d"
            ],
            "value" : "40000",
            "name" : "dfs.namenode.checkpoint.txns"
         },

I think the "org.apache.hadoop.hdfs.DFSClient$DFSDataInputStream@135b95d" is 
supposed to be the hdfs location of the job.xml file it read.  We can either 
file a separate jira for that or fix it here if you want.
                
> Show Configuration Tracability in MR UI
> ---------------------------------------
>
>                 Key: MAPREDUCE-4375
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4375
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: applicationmaster
>    Affects Versions: 0.23.3
>            Reporter: Robert Joseph Evans
>            Assignee: Robert Joseph Evans
>         Attachments: MR-4375.txt
>
>
> Once HADOOP-8525 goes in we should provide a way for the Configuration UI to 
> display the traceability information.

--
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

        

Reply via email to