Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 14786 invoked from network); 16 Nov 2010 14:28:05 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Nov 2010 14:28:05 -0000 Received: (qmail 25107 invoked by uid 500); 16 Nov 2010 14:28:36 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 24995 invoked by uid 500); 16 Nov 2010 14:28:36 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 24985 invoked by uid 99); 16 Nov 2010 14:28:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Nov 2010 14:28:35 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Nov 2010 14:28:35 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAGESEwr005568 for ; Tue, 16 Nov 2010 14:28:15 GMT Message-ID: <16336621.109581289917694832.JavaMail.jira@thor> Date: Tue, 16 Nov 2010 09:28:14 -0500 (EST) From: "Gianmarco De Francisci Morales (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Commented: (MAPREDUCE-2187) map tasks timeout during sorting In-Reply-To: <27445467.86651289842213981.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAPREDUCE-2187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12932477#action_12932477 ] Gianmarco De Francisci Morales commented on MAPREDUCE-2187: ----------------------------------------------------------- I forgot to mention. I am using Hadoop 0.20.201 from Yahoo's distribution. I don't know whether there are differences related to this behavior. > 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 > Reporter: Gianmarco De Francisci Morales > > 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. - You can reply to this email to add a comment to the issue online.