I am using the nutch nightly build #741 (Mar 3, 2009 4:01:53 AM). I am at the final phrase of crawling following the tutorial on Nutch.org website. I ran the following command, and I got exception in Hadoop. I double checked the folder path in nutch-site.xml, and they are correct. I tried multiple times, and I got same problem. I didn't have same problem in 0.9. What's wrong?
$ bin/nutch index crawl/indexes crawl/crawldb crawl/linkdb crawl/segments/* Indexer: starting Indexer: java.io.IOException: Job failed! at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1232) at org.apache.nutch.indexer.Indexer.index(Indexer.java:72) at org.apache.nutch.indexer.Indexer.run(Indexer.java:92) at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65) at org.apache.nutch.indexer.Indexer.main(Indexer.java:101) -- View this message in context: http://www.nabble.com/Hadoop--java.io.IOException%3A-Job-failed%21-at-org.apache.hadoop.mapred.JobClient.runJob%28JobClient.java%3A1232%29-while-indexing.-tp22341554p22341554.html Sent from the Nutch - User mailing list archive at Nabble.com.