Hi all, I'm completely lost, can anyone help me out here?
I have this job.jar which contains all Nutch code, dependencies and plugins. I don't understand how I keep getting this error: 2014-09-12 11:51:04,458 WARN [main] org.apache.nutch.plugin.PluginRepository: Plugins: not a file: url. Can't load plugins from: jar:file:/var/lib/hadoop-yarn/cache/yarn/nm-local-dir/usercache/oracle/appcache/application_1410512500237_0003/filecache/10/job.jar/job.jar!/lib/plugins Ok, I have to admit that I'm mucking around with the project structure but having found NUTCH-609 it seems that the PluginManifestParser does not support loading plugins from the job payload itself. Is this the case? If so, can anyone tell me where I need to unpack these plugins so that the loader will pick them up? Side note: is anyone interested in overhauling this loading mechanism? The XML manifest could be replaced with an annotation class, although I would be happy enough if I could include and load it into the jar. Best, Edoardo

