Nicolás Lichtmaier wrote:
> I've written a plugin and now nutch fails with an error:
>
> # bin/nutch generate /var/lib/tomcat/crawl/crawldb 
> /var/lib/tomcat/crawl/segments -topN 100
> topN: 100
> Generator: starting
> Generator: segment: /var/lib/tomcat/crawl/segments/20061116101759
> Generator: Selecting best-scoring urls due for fetch.
> Exception in thread "main" java.io.IOException: Job failed!
>        at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:357)
>        at org.apache.nutch.crawl.Generator.generate(Generator.java:319)
>        at org.apache.nutch.crawl.Generator.main(Generator.java:395)
>
> But I don't know how to debug this? How do I see more debug output?
>
> Any help would be appreciated. Thanks!
>
>
Nicolas, you could find help if you were more specific. Which plugin 
point did you extend and which version of nutch/hadoop are you using?  
conf/log4j.properties file determines the logging factor. Maybe setting 
logging level to INFO or DEBUG may help.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Nutch-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nutch-general

Reply via email to