Dear Wiki user, You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.
The "bin/nutch plugin" page has been changed by LewisJohnMcgibbney: http://wiki.apache.org/nutch/bin/nutch%20plugin?action=diff&rev1=2&rev2=3 This command can be used to load a plugin from the repository and execute its class main(). The plugin repositority is a registry of all plugins. At system boot up the plugin repository is built by parsing the mainifest files of all plugins. Plugins that are required which do not exist under other plugins are not registed. For each plugin a plugin descriptor instance will be created. The descriptor represents all meta information about a plugin so a plugin instance will be created later when it is required, this allows so called ''lazy'' plugin loading. + When loading plugins and building them into our working Nutch distribution we need to be aware of various configuration files, just as we would be if we were crawling with Nutch. The main files to be aware of are: + + * nutch-default.xml (from which to copy properties) + * nutch-site.xml (from which to copy properties to) - When loading plugins and building them into our working Nutch distribution need to be aware of various files. - * hadoop-default.xml - * hadoop-site.xml - * nutch-default.xml - * nutch-site.xml - /!\ :This needs to be clearer, it would help if property values within nutch-site.xml were described in detail: /!\ Usage:

