You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by Александр Кожевников <b3...@yandex.ru> on 2011/07/19 08:04:24 UTC

How to stop hadoop fetch job?

Hi!
I've added a huge fetch job without time limit and topN. Now I want to stop it, but don't want to loose my fetched data.
Job is running on hadoop cluster.
Nutch 1.3, Hadoop 0.20
 
Can anyone help me?

Thanks

Re: How to stop hadoop fetch job?

Posted by Markus Jelsma <ma...@openindex.io>.
Use hadoop job -kill id. There is no way to safely interrupt a Nutch 1.x 
fetcher. You are going to loose the data.

> Hi!
> I've added a huge fetch job without time limit and topN. Now I want to stop
> it, but don't want to loose my fetched data. Job is running on hadoop
> cluster.
> Nutch 1.3, Hadoop 0.20
> 
> Can anyone help me?
> 
> Thanks