Hi Guys,
When I try to run nutch for the first time - I get the following error:
Am I suppose to install Hadoop before I try to run nutch?
Thanks!
$ ./bin/crawl -i urls/ TestCrawl 2
Injecting seed URLs
/cygdrive/c/apache-nutch-1.11/bin/nutch inject TestCrawl/crawldb urls/
Exception in thread "main" java.lang.NoSuchMethodError:
org.apache.commons.cli.O
ptionBuilder.withArgPattern(Ljava/lang/String;I)Lorg/apache/commons/cli/OptionBu
ilder;
at
org.apache.hadoop.util.GenericOptionsParser.buildGeneralOptions(Gener
icOptionsParser.java:207)
at
org.apache.hadoop.util.GenericOptionsParser.parseGeneralOptions(Gener
icOptionsParser.java:370)
at
org.apache.hadoop.util.GenericOptionsParser.<init>(GenericOptionsPars
er.java:153)
at
org.apache.hadoop.util.GenericOptionsParser.<init>(GenericOptionsPars
er.java:138)
at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:59)
at org.apache.nutch.crawl.Injector.main(Injector.java:369)
Error running: