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

Hudson commented on MAPREDUCE-2187:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #760 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/760/])
    MAPREDUCE-2187. Reporter sends progress during sort/merge. Contributed by 
Anupam Seth.

acmurthy : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1152964
Files : 
* 
/hadoop/common/trunk/mapreduce/src/java/org/apache/hadoop/mapred/ReduceTask.java
* /hadoop/common/trunk/mapreduce/src/java/mapred-default.xml
* /hadoop/common/trunk/mapreduce/CHANGES.txt
* /hadoop/common/trunk/mapreduce/src/java/org/apache/hadoop/mapred/MapTask.java
* /hadoop/common/trunk/mapreduce/src/java/org/apache/hadoop/mapred/Task.java
* 
/hadoop/common/trunk/mapreduce/src/java/org/apache/hadoop/mapreduce/MRJobConfig.java


> map tasks timeout during sorting
> --------------------------------
>
>                 Key: MAPREDUCE-2187
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2187
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 0.20.2, 0.20.205.0
>            Reporter: Gianmarco De Francisci Morales
>            Assignee: Anupam Seth
>             Fix For: 0.20.205.0
>
>         Attachments: MAPREDUCE-2187-20-security-v2.patch, 
> MAPREDUCE-2187-20-security.patch, MAPREDUCE-2187-22.patch, 
> MAPREDUCE-2187-MR-279-v2.patch, MAPREDUCE-2187-branch-MR-279.patch, 
> MAPREDUCE-2187-trunk-v2.patch, MAPREDUCE-2187-trunk-v3.patch, 
> MAPREDUCE-2187-trunk.patch
>
>
> During the execution of a large job, the map tasks timeout:
> {code}
> INFO mapred.JobClient: Task Id : attempt_201010290414_60974_m_000057_1, 
> Status : FAILED
> Task attempt_201010290414_60974_m_000057_1 failed to report status for 609 
> seconds. Killing!
> {code}
> The bug is in the fact that the mapper has already finished, and, according 
> to the logs, the timeout occurs during the merge sort phase.
> The intermediate data generated by the map task is quite large. So I think 
> this is the problem.
> The logs show that the merge-sort was running for 10 minutes when the task 
> was killed.
> I think the mapred.Merger should call Reporter.progress() somewhere.

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

        

Reply via email to