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:29:53 UTC

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

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

------------------------------------------------------------------------------
- analyze is an alias for net.nutch.tools.!LinkAnalysisTool
+ analyze is an alias for org.apache.nutch.tools.!LinkAnalysisTool
  
  !LinkAnalysisTool performs link-analysis by using the !DistributedAnalysisTool. This single-process all-in-one tool is a wrapper around the more complicated distributed one.
  
- Usage: bin/nutch net.nutch.tools.!LinkAnalysisTool (-local | -ndfs <namenode:port>) <db_dir> <numIterations>
+ Usage: bin/nutch org.apache.nutch.tools.!LinkAnalysisTool (-local | -ndfs <namenode:port>) <db_dir> <numIterations>
  
  CommandLineOptions