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 2005/07/17 02:48:13 UTC

[Nutch Wiki] Update of "bin/nutch readdb" by RobPettengill

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 RobPettengill:
http://wiki.apache.org/nutch/bin/nutch_readdb

New page:
readdb is an alias for net.nutch.db.!WebDBReader

The !WebDBReader implements all the read-only parts of accessing our web database. All the writing ones can be found in WebDBWriter.

Usage: bin/nutch net.nutch.db.!WebDBReader (-local | -ndfs <namenode:port>) <db> [-pageurl url] | [-pagemd5 md5] | [-dumppageurl] | [-dumppagemd5] | [-toppages <k>] | [-linkurl url] | [-linkmd5 md5] | [-dumplinks] | [-stats]

[CommandLineOptions]