Hi Andrzej,
Gal Nitzan wrote:
>> It seems that Trunk is now broken...
>>
DmozParser seems to be broken, too. It's package declaration is still
org.apache.nutch.crawl instead of org.apache.nutch.tools.
TJ
---
This SF.net email is sponsored
Hi Andrzej,
Gal Nitzan wrote:
> It seems that Trunk is now broken...
>
DmozParser seems to be broken, too. It's package declaration is still
org.apache.nutch.crawl instead of org.apache.nutch.tools.
TJ
---
This SF.net email is sponsored by:
Thomas Jaeger wrote:
Hi Andrzej,
Gal Nitzan wrote:
It seems that Trunk is now broken...
DmozParser seems to be broken, too. It's package declaration is still
org.apache.nutch.crawl instead of org.apache.nutch.tools.
Fixed. Thanks!
--
Best regards,
Andrzej Bialecki <><
Hi Andrzej,
Gal Nitzan wrote:
>> It seems that Trunk is now broken...
>>
DmozParser seems to be broken, too. It's package declaration is still
org.apache.nutch.crawl instead of org.apache.nutch.tools.
TJ
---
This SF.net email is sponsored
Gal Nitzan wrote:
It seems that Trunk is now broken...
In Crawl.java line 111 the parameter for parsing is missing.
For my self I have added the line:
boolean parsing = conf.getBoolean("fetcher.parse", true);
and added the param parsing to
new Fetcher(conf).fetch(segment, t