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:46:25 UTC

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

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

------------------------------------------------------------------------------
- ndfs is an alias for net.nutch.fs.!TestClient
+ ndfs is an alias for org.apache.nutch.fs.!TestClient
  
  This class provides some NDFS administrative access.
  
- Usage: bin/nutch net.nutch.fs.!TestClient NDFSClient (-local | -ndfs <namenode:port>) [-ls <path>] [-du <path>] [-mv <src> <dst>] [-cp <src> <dst>] [-rm <src>] [-put <localsrc> <dst>] [-copyFromLocal <localsrc> <dst>] [-moveFromLocal <localsrc> <dst>] [-get <src> <localdst>] [-copyToLocal <src> <localdst>] [-moveToLocal <src> <localdst>]
+ Usage: bin/nutch org.apache.nutch.fs.!TestClient NDFSClient (-local | -ndfs <namenode:port>) [-ls <path>] [-du <path>] [-mv <src> <dst>] [-cp <src> <dst>] [-rm <src>] [-put <localsrc> <dst>] [-copyFromLocal <localsrc> <dst>] [-moveFromLocal <localsrc> <dst>] [-get <src> <localdst>] [-copyToLocal <src> <localdst>] [-moveToLocal <src> <localdst>]
  
  CommandLineOptions