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_plugin The comment on the change is: new page added New page: = "plugin" is an alias for "org.apache.nutch.plugin.PluginRepository" = == Used to load a plugin from the repository and execute its main class. == === Usage === nutch-0.8-dev/bin/nutch org.apache.nutch.plugin.!PluginRepository <pluginId> <className> [args ...] '''<pluginId>:''' The id of the plugin you wish to execute.[[BR]] '''<className>:''' The class with the main() function.[[BR]] '''[args]:''' 0..N arguments to pass to the plugin.[[BR]] === Configuration Files === hadoop-default.xml[[BR]] hadoop-site.xml[[BR]] nutch-default.xml[[BR]] nutch-site.xml[[BR]] === Other Files === None. === Caveats and Notes === None. DevelopmentCommandLineOptions
