You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by Apache Wiki <wi...@apache.org> on 2006/01/09 23:39:35 UTC

[Nutch Wiki] Update of "bin/nutch fetch" by JerryRussell

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.

The following page has been changed by JerryRussell:
http://wiki.apache.org/nutch/bin/nutch_fetch

------------------------------------------------------------------------------
- fetch is an alias for net.nutch.fetcher.Fetcher
+ fetch is an alias for org.apache.nutch.fetcher.Fetcher
  
  The fetcher. Most of the work is done by plugins.
  
- Usage: bin/nutch net.nutch.fetcher.Fetcher (-local | -ndfs <namenode:port>) [-logLevel level] [-noParsing] [-showThreadID] [-threads n] <dir>
+ Usage: bin/nutch org.apache.nutch.fetcher.Fetcher (-local | -ndfs <namenode:port>) [-logLevel level] [-noParsing] [-showThreadID] [-threads n] <dir>
  
  CommandLineOptions