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

Hadoop QA commented on MAPREDUCE-1060:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  
http://issues.apache.org/jira/secure/attachment/12488015/MAPREDUCE-1060-branch-0.20-security.patch
  against trunk revision 1151464.

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified 
tests.
                        Please justify why no new tests are needed for this 
patch.
                        Also please list what manual steps were performed to 
verify this patch.

    -1 patch.  The patch command could not apply the patch.

Console output: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/505//console

This message is automatically generated.

> JT should kill running maps when all the reducers have completed
> ----------------------------------------------------------------
>
>                 Key: MAPREDUCE-1060
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1060
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>            Reporter: Jothi Padmanabhan
>            Assignee: Jonathan Eagles
>             Fix For: 0.20.205.0
>
>         Attachments: MAPREDUCE-1060-branch-0.20-security.patch
>
>
> We have seen some situations where maps are still running when all the 
> reducers have completed. This could happen because of lost TT's, interplay of 
> speculative tasks with bad TT's etc. If the maps take a long time to run, it 
> unnecessarily delays the job completion time, as this map output is not 
> required anyways. The JT should possibly kill running maps when all the 
> reducers have completed.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to