On Apr 12, 2010, at 10:22 , Edward Capriolo wrote: > 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? >> >> Get the job id with: > > hadoop job -list > > Kill it with: > hadoop job -kill <id>
Thanks. Works like a charm. ________________________________________________________________________________ Keith Wiley [email protected] www.keithwiley.com "Luminous beings are we, not this crude matter." -- Yoda ________________________________________________________________________________
