Ana Rodighiero wrote: > I have Nutch running on my server and it crawls and searches just fine. I am > writing a java program to use the search api, but cannot compile because I > am missing some classes from hadoop. Are these classes included somewhere in > the nutch or tomcat downloads? If not, how is the compiled distribution of > nutch running without them? Where can I get the hadoop jar files? > Specifically, I am trying to make a NutchBean, which requires hadoop's > Configuration and Path classes. I'm not doing anything with multiple > servers, so those may be the only ones I need. Is there any way to use > Nutch without them? Thank you for answers to any or all of these questions.
The hadoop jar (hadoop-<version>-core.jar) should be available under lib/. Nutch cannot be compiled/run without it. -- Sami Siren
