简体   繁体   English

在Eclipse中运行nutch1.9出现错误CrawlDb更新:java.io.IOException:作业失败

[英]run nutch1.9 in eclipse got error CrawlDb update: java.io.IOException: Job failed

I'm trying to run nutch 1.9 in eclipse, all of my config is according to this article( http://yewintko.wordpress.com/2014/02/02/setting-up-nutch-in-eclipse-indigo/ ). 我正在尝试在Eclipse中运行nutch 1.9,我的所有配置均根据此文章确定( http://yewintko.wordpress.com/2014/02/02/setting-up-nutch-in-eclipse-indigo/ ) 。 But I got this error : 但是我得到了这个错误:

CrawlDb update: starting at 2014-11-10 15:50:10
CrawlDb update: db: urls
CrawlDb update: segments: [3, crawl]
CrawlDb update: additions allowed: true
CrawlDb update: URL normalizing: false
CrawlDb update: URL filtering: false
CrawlDb update: 404 purging: false
CrawlDb update: Merging segment data into db.
CrawlDb update: java.io.IOException: Job failed!
    at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1357)
    at org.apache.nutch.crawl.CrawlDb.update(CrawlDb.java:119)
    at org.apache.nutch.crawl.CrawlDb.run(CrawlDb.java:219)
    at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
    at org.apache.nutch.crawl.CrawlDb.main(CrawlDb.java:179)

您是否尝试过按照Nutch WIKI的步骤进行操作?

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 为cassandra连接器运行spark作业时出错 - 引起:java.io.IOException:无法将语句写入test.events - Getting error while running spark job for cassandra connector - Caused by: java.io.IOException: Failed to write statements to test.events Eclipse插件开发-Gradle无法从Eclipse启动器运行:java.io.IOException:访问被拒绝 - Eclipse plugin development - Gradle fails to run from Eclipse launcher: java.io.IOException: Access denied 执行失败:java.io.IOException:无法运行程序“jarsigner.exe”:CreateProcess - Execute failed: java.io.IOException: Cannot run program “jarsigner.exe”: CreateProcess 执行失败:java.io.IOException:即使将jre更改为JDK,也无法运行程序? - Execute failed: java.io.IOException: Cannot run program even changed the jre to JDK? java.io.IOException:使用Eclipse读取Java中的EOF Lucene - java.io.IOException: read past EOF Lucene in Java with Eclipse java.io.IOException:无法运行程序“dir”:CreateProcess error = 2,Das System - java.io.IOException: Cannot run program “dir”: CreateProcess error=2, Das System 生成最终存档时出错:java.io.IOException - Error Generating Final Archive: java.io.IOException 如何在Windows上的Eclipse中运行nutch 1.9? - How to run nutch 1.9 in eclipse on windows? java.io.IOException源存在,但不在目录中 - java.io.IOException source exists but not in a directory java.io.IOException:方案:maprfs没有文件系统 - java.io.IOException: No FileSystem for scheme: maprfs
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM