You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by Paul Baclace <pe...@baclace.net> on 2005/10/31 21:54:53 UTC

deltas to wiki page nutch/NutchDistributedFileSystem

I made these corrections to the wiki page nutch/NutchDistributedFileSystem
located at:

   http://wiki.apache.org/nutch/NutchDistributedFileSystem

The OLD/NEW diffs below are based on the action=raw view of the text.

I hope someone can fold these into the wiki page since it appears as
"Immutable Page" to me.

Paul

------------------

OLD::
NDFS.java has two inner classes, each with a main(). One is for the NameNode?, and one is for the DataNode?. This file has all the network-handling code. Much of the work is handed to other classes.

NEW::
The NameNode daemon cass is NameNode.

A DataNode daemon cass is DataNode.


OLD::
"ndfs.data.dir" - Determines where on the local filesystem the NDFS name node should store the name table.

NEW::
"ndfs.data.dir" - Determines where on the local filesystem the NDFS data node should store the data table.


OLD::
Anywhere, run the client (having fs.default.name = A:9000 in nutch config file):

$ nutch org.apache.nutch.fs.Test``Client

NEW::
Anywhere, run the client (having fs.default.name = A:9000 in nutch config file):

(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




Re: deltas to wiki page nutch/NutchDistributedFileSystem

Posted by Doug Cutting <cu...@nutch.org>.
Paul Baclace wrote:
> I hope someone can fold these into the wiki page since it appears as
> "Immutable Page" to me.

You just need to create yourself an account by visiting:

http://wiki.apache.org/nutch/UserPreferences

Doug