On Mon, Apr 12, 2010 at 1:17 PM, Keith Wiley <[email protected]> wrote:

> So I ^C a job from the command line and get my prompt back, but sometimes
> the job remains on the cluster, I can see it on the admin web UI, and
> sometimes it lingers there for hours before finally getting flushed.
>
> Is there a way to kill a hadoop job once the command line prompt has
> returned, once the local process has basically ended?
>
>
> ________________________________________________________________________________
> Keith Wiley               [email protected]
> www.keithwiley.com
>
> "And what if we picked the wrong religion?  Every week, we're just making
> God
> madder and madder!"
>  -- Homer Simpson
>
> ________________________________________________________________________________
>
>
>
> Get the job id with:

hadoop job -list

Kill it with:
hadoop job -kill <id>

Reply via email to