"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.
<className>: The class with the main() function.
[args]: 0..N arguments to pass to the plugin.
Configuration Files
hadoop-default.xml
hadoop-site.xml
nutch-default.xml
nutch-site.xml
Other Files
- None.
Caveats and Notes
- None.