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_namenode

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

------------------------------------------------------------------------------
- namenode is an alias for net.nutch.ndfs.NDFS
+ namenode is an alias for org.apache.nutch.ndfs.NDFS
  
  The NDFS class holds the NDFS client and server.
  
@@ -8, +8 @@

  
  This info is stored on disk (the !NameNode is responsible for asking other 
machines to replicate the data). The !DataNode reports the table's contents to 
the NameNode upon startup and every so often afterwards.
  
- Usage: bin/nutch net.nutch.ndfs.NDFS <port> <namespace_dir>
+ Usage: bin/nutch org.apache.nutch.ndfs.NDFS <port> <namespace_dir>
  
  CommandLineOptions
  

Reply via email to