Hi,

I had started my fetch with:
bin/nutch fetch $s -threads 400
But in my log file I can see:
051008 061545 Fetcher: threads: 200

The problem is that the command line args aren't correct readed
org.apache.nutch.crawl.Fetcher.java
line:354
change from:
 for (int i = 2; i < args.length; i++) {       // parse command line
to
for (int i = 1; i < args.length; i++) {       // parse command line

...than it will work.

Will someone of the committers may just change the value 2 to 1 or should I open bug?

Stefan

P.S. I hope I can improve my port patch as discussed this weekend.





-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Nutch-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nutch-general

Reply via email to