[ 
https://issues.apache.org/jira/browse/MAPREDUCE-4463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tom White updated MAPREDUCE-4463:
---------------------------------

    Attachment: MAPREDUCE-4463.patch

Thanks for reviewing the patch Mayank.

I don't think checking for {{dfs.isClusterUp()}} in the test is needed, and in 
fact it will return false if the cluster is in safemode, in which case we would 
still want to call shutdown. Other tests just check that the instance variable 
is non-null.

I've made a change to make the test more robust and also to guard against a 
race condition where the tasktracker reinitializes and old tasks that are still 
running interfere with new TIPs in recovered jobs.

                
> JobTracker recovery fails with HDFS permission issue
> ----------------------------------------------------
>
>                 Key: MAPREDUCE-4463
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4463
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv1
>    Affects Versions: 1.2.0
>            Reporter: Tom White
>            Assignee: Tom White
>         Attachments: MAPREDUCE-4463.patch, MAPREDUCE-4463.patch
>
>
> Recovery fails when the job user is different to the JT owner (i.e. on 
> anything bigger than a pseudo-distributed cluster).

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