stop the running job?

2009-01-12 Thread Samuel Guo
Hi all, Is there any method that I can use to stop or suspend a runing job in Hadoop? Regards, Samuel

Re: stop the running job?

2009-01-12 Thread Edward J. Yoon
You can kill jobs using job command. ./bin/hadoop job -kill job-id /Edward On Tue, Jan 13, 2009 at 11:10 AM, Samuel Guo guosi...@gmail.com wrote: Hi all, Is there any method that I can use to stop or suspend a runing job in Hadoop? Regards, Samuel -- Best Regards, Edward J. Yoon @

Re: stop the running job?

2009-01-12 Thread Lohit
Try ./bin/hadoop job -h Lohit On Jan 12, 2009, at 6:10 PM, Samuel Guo guosi...@gmail.com wrote: Hi all, Is there any method that I can use to stop or suspend a runing job in Hadoop? Regards, Samuel