My problem was that I was using the distributed file system but trying to start the crawl from a local directory instead of first uploading the crawl list to the distributed filesystem. Once I uploaded it, it worked fine.
Dennis -----Original Message----- From: Marko Bauhardt [mailto:[EMAIL PROTECTED] Sent: Saturday, March 18, 2006 5:48 AM To: [email protected] Subject: Re: Help Setting Up Nutch 0.8 Distributed Am 17.03.2006 um 17:20 schrieb Dennis Kubes: > Exception in thread "main" java.io.IOException: Job failed! > at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java: > 310) > at org.apache.nutch.crawl.Injector.inject(Injector.java:114) > at org.apache.nutch.crawl.Crawl.main(Crawl.java:104) The Injector fails. > java.io.IOException: No input directories specified in: Configuration: > defaults: hadoop-default.xml , mapred-default.xml The Injector does not found the directory with the inject files. Marko ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Nutch-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-general
