You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by patrik <pa...@clipblast.com> on 2007/06/27 20:11:32 UTC

Killing a running job

Is there a way to kill a job that's currently running?

pb

RE: Killing a running job

Posted by "Mahajan, Neeraj" <ne...@ebay.com>.
bin/hadoop job -kill <job_id> 
Should kill a job.

~ Neeraj 

-----Original Message-----
From: patrik [mailto:patrik@clipblast.com] 
Sent: Wednesday, June 27, 2007 11:12 AM
To: hadoop-user@lucene.apache.org
Subject: Killing a running job


Is there a way to kill a job that's currently running?

pb

Re: Killing a running job

Posted by Sami Siren <ss...@gmail.com>.
patrik wrote:
> Is there a way to kill a job that's currently running?
> 

I think "bin/hadoop job -kill <id>" is what you are looking for?

-- 
 Sami Siren

Re: Killing a running job

Posted by Michael Bieniosek <mi...@powerset.com>.
bin/hadoop job -kill job_0001


On 6/27/07 11:11 AM, "patrik" <pa...@clipblast.com> wrote:

> 
> Is there a way to kill a job that's currently running?
> 
> pb


RE: Killing a running job

Posted by patrik <pa...@clipblast.com>.
Thanks everyone.
pb

-----Original Message-----
From: patrik [mailto:patrik@clipblast.com] 
Sent: Wednesday, June 27, 2007 11:12 AM
To: hadoop-user@lucene.apache.org
Subject: Killing a running job



Is there a way to kill a job that's currently running?

pb