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 PaulBaclace:
http://wiki.apache.org/nutch/NutchDistributedFileSystem

------------------------------------------------------------------------------
  
  Anywhere, run the client (having fs.default.name = A:9000 in nutch config 
file):
  
+ (If you want to find the source, class Test``Client is under src/java not 
src/test; this same class is run by the shell script command ["bin/nutch ndfs"] 
)
- (class Test``Client is under src/java not src/test; this is the class that
- runs for bin/nutch ndfs ...)
  
  $ nutch org.apache.nutch.fs.Test``Client 
  
- It will display possible NDFS operations to be performed using this test tool.
+ It will display possible NDFS operations to be performed using this test 
tool.  Use absolute file paths for NDFS. 
  
  So to test basic NDFS operation we can execute:
  
@@ -182, +181 @@

  
  The system should have replicated the relevant blocks, making the data still 
available in step 6.
  
- If you want to read/write directly, use the API exposed in 
org.apache.nutch.ndfs.NDFSClient
+ If you want to read/write programmatically, use the API exposed in 
org.apache.nutch.ndfs.NDFSClient
  
  = Conclusion =
  

Reply via email to