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:47:05 UTC

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

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

------------------------------------------------------------------------------
- parse is an alias for net.nutch.tools.!ParseSegment
+ parse is an alias for org.apache.nutch.tools.!ParseSegment
  
  Parse contents in one segment.
  
@@ -19, +19 @@

  
  Check Fetcher.java and FetcherOutput.java for further discussion.
  
- Usage: bin/nutch net.nutch.tools.!ParseSegment (-local | -ndfs <namenode:port>) [-threads n] [-showThreadID] [-dryRun] [-logLevel level] [-noClean] dir
+ Usage: bin/nutch org.apache.nutch.tools.!ParseSegment (-local | -ndfs <namenode:port>) [-threads n] [-showThreadID] [-dryRun] [-logLevel level] [-noClean] dir
  
  CommandLineOptions