Renaud Richardet wrote:
Is Nutch working from the command line?

If you want to know what went wrong, look at the logs (logs/hadoop.log)

Also, there's some info in the wiki at http://wiki.apache.org/nutch/RunNutchInEclipse

HTH,
Renaud


nutnoob wrote:
crawl started in: crawl
rootUrlDir = urls
threads = 10
depth = 3
topN = 50
Injector: starting
Injector: crawlDb: crawl/crawldb
Injector: urlDir: urls
Injector: Converting injected urls to crawl db entries.
Exception in thread "main" java.io.IOException: Job failed!
    at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:363)
    at org.apache.nutch.crawl.Injector.inject(Injector.java:138)
    at org.apache.nutch.crawl.Crawl.main(Crawl.java:105)

what's the problem and how to solve?
(I just try nutch-nightly )
Hi,

I think you forgot to set "plugin.folders" to path where you have plugins

Check the *plugin dir not found* section at
http://wiki.apache.org/nutch/RunNutchInEclipse

regards

Uros


Reply via email to