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

Mahadev konar commented on MAPREDUCE-3640:
------------------------------------------

The patch looks good, except for a minor nit. Can we make this package 
private/protected,

{code}
 @Private
+  public synchronized JobInfo parse(EventReader reader) throws IOException
{code}
                
> AMRecovery should pick completed task form partial JobHistory files
> -------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3640
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3640
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>            Reporter: Siddharth Seth
>            Assignee: Arun C Murthy
>            Priority: Blocker
>         Attachments: MAPREDUCE-3640.patch
>
>
> Currently, if the JobHistory file has a partial record, AMRecovery will start 
> from scratch. This will become more relevant after MAPREDUCE-3512.

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