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

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

Downloaded and tested,a couple comments:

- the webservice output for logs link is coming out funny (missing http:/):
 "logsLink" : 
"/host.com:9999/node/containerlogs/container_1325883370639_0003_01_000001",
I think you want to add http:// in the AMAttemptInfo and remove it from the 
JobBlock.

- there is new helper routine in AMWebServices to get the job and handle error 
checking -  Job job = getJobFromJobIdString(jid, appCtx);
- JAXBContextResolver.java - wrap line to 80 characters long
- checkout the newest revision of AMAttemptInfo, it has a couple extra null 
checks.    

I'll add the api docs for this under MAPREDUCE-3549.

                
> 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
>            Reporter: Siddharth Seth
>            Assignee: Jonathan Eagles
>            Priority: Minor
>         Attachments: MAPREDUCE-3299.patch, MAPREDUCE-3299.patch, 
> 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