Are you saying that generator generates 200k urls but fetcher fetches around 100k or are you saying that you generate (-topN 200000) 200k urls and fetcher fetches only around 100k.

If latter and you are running with LocalJobRunner you need to generate with -numFetchers 1.

--
 Sami Siren

AJ Chen wrote:
Any idea why nutch (0.9-dev) does not try to fetch every url generated? For
example, if Generator generates 200,000 urls, maybe <100,000 urls will be
fetched, succeeded or failed. This is a big difference, which is obvious by
checking the number of urls in the log or run readseg -list. What causes a
large number of urls get thrown out by the Fetcher?

Thanks,

Reply via email to