Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 6417 invoked from network); 26 Oct 2009 16:01:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Oct 2009 16:01:22 -0000 Received: (qmail 91511 invoked by uid 500); 26 Oct 2009 16:01:22 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 91441 invoked by uid 500); 26 Oct 2009 16:01:22 -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 91431 invoked by uid 99); 26 Oct 2009 16:01:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Oct 2009 16:01:22 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Oct 2009 16:01:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6F185234C045 for ; Mon, 26 Oct 2009 09:00:59 -0700 (PDT) Message-ID: <352583528.1256572859443.JavaMail.jira@brutus> Date: Mon, 26 Oct 2009 16:00:59 +0000 (UTC) From: "Owen O'Malley (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Commented: (MAPREDUCE-1102) Job gets killed even when the cleanup completes In-Reply-To: <1961811123.1255451971273.JavaMail.jira@brutus> 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-1102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12770071#action_12770071 ] Owen O'Malley commented on MAPREDUCE-1102: ------------------------------------------ Rather than blocking kill-job, I think we are better off guaranteeing that if the job fails, we will always call abortJob. Even if commitJob has started (or finished). We should also make the FileOutputFormat abortJob delete _SUCCESS to handle this case. This would also handle the case where the job commit task fails part way through. I agree that all output committers may not be able to unroll their commit. However, I think that we need to give them the ability to do the right thing. > Job gets killed even when the cleanup completes > ----------------------------------------------- > > Key: MAPREDUCE-1102 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1102 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: jobtracker > Affects Versions: 0.20.1 > Reporter: Amar Kamat > Assignee: Amar Kamat > Fix For: 0.22.0 > > > When the cleanup completes at the tasktracker and the job is killed by the user, the cleanup runs to completion but the job fails. Ideally if the cleanup is completed then the job should not be killed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.