Hi all, I'm trying to use the nutch ParseUtil to parse nutch Content with parse-tika and parse-html but I keep getting:
RuntimeException: x point org.apache.nutch.parse.Parser not found I'm running this in a MR outside of the nutch crawl jobs, and when I run it in IDE I have to add the build/ directory to project classpath in order to solve it. I hoped distributing the apache-nutch-1.7.jar (version I use) to data nodes classpath directories would help, I even added parse-plugins.xml but it won't do... Anyone managed that ? Thanks, Amit.

