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

Thomas Graves commented on MAPREDUCE-3299:
------------------------------------------

I think this information should also be made available via the web service call 
- something like /mapreduce/jobs/{jobid}/attempts.   This is fairly simple and 
already implemented in the history server if you look at 
/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/dao/AMAttemptInfo.java,
 HsJobBlock, and HsWebServices.  We could file a separate jira too.  
                
> Add AMInfo table to the AM job page
> -----------------------------------
>
>                 Key: MAPREDUCE-3299
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3299
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: mrv2
>    Affects Versions: 0.23.0, 0.23.1, 0.24.0
>            Reporter: Siddharth Seth
>            Assignee: Jonathan Eagles
>            Priority: Minor
>         Attachments: MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> MAPREDUCE-3299.patch
>
>
> JobHistory has a table to list all AMs. A similar table can be added to the 
> AM for info on past failed AMs and the current running one.

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