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
  

Reply via email to