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_readdb The comment on the change is: fixed classpath to org.apache ------------------------------------------------------------------------------ - readdb is an alias for net.nutch.db.WebDBReader + readdb is an alias for org.apache.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] + Usage: bin/nutch org.apache.nutch.db.WebDBReader (-local | -ndfs <namenode:port>) <db> [-pageurl url] | [-pagemd5 md5] | [-dumppageurl] | [-dumppagemd5] | [-toppages <k>] | [-linkurl url] | [-linkmd5 md5] | [-dumplinks] | [-stats] CommandLineOptions
