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

Thomas Graves commented on MAPREDUCE-5007:
------------------------------------------

I looked at this some more and issue is there is a race between when the job 
history server moves the files to the done directory (from the 
done_intermediate directory) and when you try to clean them.  The times it 
fails is when the job history server doesn't move them quick enough and thus 
clean can't remove them.
                
> fix coverage org.apache.hadoop.mapreduce.v2.hs
> ----------------------------------------------
>
>                 Key: MAPREDUCE-5007
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5007
>             Project: Hadoop Map/Reduce
>          Issue Type: Test
>    Affects Versions: 3.0.0, 2.0.3-alpha, 0.23.7
>            Reporter: Aleksey Gorshkov
>            Assignee: Aleksey Gorshkov
>         Attachments: MAPREDUCE-5007-branch-0.23-a.patch, 
> MAPREDUCE-5007-branch-0.23.patch, MAPREDUCE-5007-branch-2-a.patch, 
> MAPREDUCE-5007-branch-2.patch, MAPREDUCE-5007-trunk-a.patch, 
> MAPREDUCE-5007-trunk.patch
>
>
> fix coverage org.apache.hadoop.mapreduce.v2.hs 
> MAPREDUCE-5007-trunk.patch patch for trunk
> MAPREDUCE-5007-branch-2.patch patch for branch-2
> MAPREDUCE-5007-branch-0.23.patch patch for branch-0.23

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to