Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 90004 invoked from network); 30 Nov 2010 06:23:36 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Nov 2010 06:23:36 -0000 Received: (qmail 55855 invoked by uid 500); 30 Nov 2010 06:23:36 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 55744 invoked by uid 500); 30 Nov 2010 06:23: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 55735 invoked by uid 99); 30 Nov 2010 06:23:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Nov 2010 06:23: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, 30 Nov 2010 06:23:33 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAU6NC2P005318 for ; Tue, 30 Nov 2010 06:23:12 GMT Message-ID: <15584050.18691291098192045.JavaMail.jira@thor> Date: Tue, 30 Nov 2010 01:23:12 -0500 (EST) From: "dhruba borthakur (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Commented: (MAPREDUCE-2206) The task-cleanup tasks should be optional In-Reply-To: <1659385.18451291097530753.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MAPREDUCE-2206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12965115#action_12965115 ] dhruba borthakur commented on MAPREDUCE-2206: --------------------------------------------- from my understanding, the cleanup task is machine specific and is *supposed* to go to the same machine where the user's task was run. Maybe a mapred guru can clarify this. > The task-cleanup tasks should be optional > ----------------------------------------- > > Key: MAPREDUCE-2206 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-2206 > Project: Hadoop Map/Reduce > Issue Type: Improvement > Components: jobtracker > Affects Versions: 0.23.0 > Reporter: Scott Chen > Assignee: Scott Chen > Fix For: 0.23.0 > > > For job does not use OutputCommitter.abort(), this should be able to turn off. > This improves the latency of the job because failed tasks are often the bottleneck of the jobs. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.