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/03/05 00:38:26 UTC

[Nutch Wiki] Update of "nutch-0.8-dev/bin/nutch readlinkdb" by JeffRitchie

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 JeffRitchie:
http://wiki.apache.org/nutch/nutch-0%2e8-dev/bin/nutch_readlinkdb

New page:
= "readlinkdb" is an alias for "org.apache.nutch.crawl.LinkDbReader" =

== Exports information on the Link Database or Returns information on an URL in the Link Database ==

=== Usage ===
 nutch-0.8-dev/bin/nutch org.apache.nutch.crawl.!LinkDbReader <linkdb> (-dump <out_dir> | -url <url>)

  '''<linkdb>:''' Path to the crawldb directory.  Default Value: ''None''[[BR]]
  '''[-dump <out_dir>]:''' Exports the linkdb to a file in <out_dir>[[BR]]
  '''[-url <url>]:''' Prints statistics on <url> to System.out[[BR]]

=== Configuration Files ===
 hadoop-default.xml[[BR]]
 hadoop-site.xml[[BR]]

=== Other Files ===
 None.

=== Caveats and Notes ===
 None.

DevelopmentCommandLineOptions