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:51:23 UTC

[Nutch Wiki] Update of "bin/nutch updatedb" 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_updatedb

The comment on the change is:
fixed classpath to org.apache

------------------------------------------------------------------------------
- updatedb is an alias for net.nutch.tools.!UpdateDatabaseTool
+ updatedb is an alias for org.apache.nutch.tools.!UpdateDatabaseTool
  
  This class takes the output of the fetcher and updates the page and link DBs accordingly. Eventually, as the database scales, this will broken into several phases, each consuming and emitting batch files, but, for now, we're doing it all here.
  
- Usage: bin/nutch net.nutch.tools.!UpdateDatabaseTool (-local | -ndfs <namenode:port>) [-max N] [-noAdditions] <db> <seg_dir> [ <seg_dir> ... ]
+ Usage: bin/nutch org.apache.nutch.tools.!UpdateDatabaseTool (-local | -ndfs <namenode:port>) [-max N] [-noAdditions] <db> <seg_dir> [ <seg_dir> ... ]
  
  CommandLineOptions