标签:
在运行Nutch的时候会出现如下异常:
Exception in thread “main” java.io.IOException: Job failed!
nutch-default.xml中的plugin.folders的配置问题。
在配置plugin目录的时候,一定要使用绝对路径。
<property>
<name>plugin.folders</name>
<value>C:/NutchWorkPlat/nutch/plugins</value>
<description>Directories where nutch plugins are located. Each
element may be a relative or absolute path. If absolute, it isused
as is. If relative, it is searched for on theclasspath.</description>
</property>
如下:
[Nutch]问题解决:Exception in thread "main" java.io.IOException: Job failed
标签:
原文地址:http://blog.csdn.net/kandy_ye/article/details/51693007