Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 154C47B2E for ; Wed, 28 Sep 2011 04:34:08 +0000 (UTC) Received: (qmail 93147 invoked by uid 500); 28 Sep 2011 04:34:07 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 93046 invoked by uid 500); 28 Sep 2011 04:34:07 -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 93030 invoked by uid 99); 28 Sep 2011 04:34:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2011 04:34:07 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2011 04:34:06 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 97DBB28C67C for ; Wed, 28 Sep 2011 04:33:45 +0000 (UTC) Date: Wed, 28 Sep 2011 04:33:45 +0000 (UTC) From: "Mahadev konar (Commented) (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <426822116.2361.1317184425623.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <972182494.48486.1316563809645.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (MAPREDUCE-3054) Unable to kill submitted jobs 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-3054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13116138#comment-13116138 ] Mahadev konar commented on MAPREDUCE-3054: ------------------------------------------ Thanks Vinod, that would have been a circular dependency :). > Unable to kill submitted jobs > ----------------------------- > > Key: MAPREDUCE-3054 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-3054 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: mrv2 > Affects Versions: 0.23.0 > Reporter: Siddharth Seth > Assignee: Mahadev konar > Priority: Blocker > Fix For: 0.23.0 > > Attachments: MAPREDUCE-3054.patch, MAPREDUCE-3054.patch, MAPREDUCE-3054.patch, MAPREDUCE-3054.patch, MAPREDUCE-3054.patch, MAPREDUCE-3054.patch, MAPREDUCE-3054.patch > > > Found by Philip Su > The "mapred job -kill" command > appears to succeed, but listing the jobs again shows that the job supposedly killed is still there. > {code} > mapred job -list > Total jobs:2 > JobId State StartTime UserName Queue Priority SchedulingInfo > job_1316203984216_0002 PREP 1316204924937 hadoopqa default NORMAL > job_1316203984216_0001 PREP 1316204031206 hadoopqa default NORMAL > mapred job -kill job_1316203984216_0002 > Killed job job_1316203984216_0002 > mapred job -list > Total jobs:2 > JobId State StartTime UserName Queue Priority SchedulingInfo > job_1316203984216_0002 PREP 1316204924937 hadoopqa default NORMAL > job_1316203984216_0001 PREP 1316204031206 hadoopqa default NORMAL > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira