i use nutch to crawl with command "bin/nutch crawl urls -dir crawl -depth 3"
now i have error :
- crawl started in: crawled
- rootUrlDir = urls
- threads = 10
- depth = 3
- Injector: starting
- Injector: crawlDb: crawled/crawldb
- Injector: urlDir: urls
- Injector: Converting injected urls to crawl db entries.
Exception in thread "main" java.lang.NoSuchMethodError:
org.apache.hadoop.mapred.JobClient.runJob(Lorg/apache/hadoop/mapred/JobConf;)V
at org.apache.nutch.crawl.Injector.inject(Injector.java:162)
at org.apache.nutch.crawl.Crawl.main(Crawl.java:115)
how i solve this problem?
--
View this message in context:
http://www.nabble.com/Nutch-Crawl-Error-tf4241517.html#a12069083
Sent from the Hadoop Users mailing list archive at Nabble.com.