You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Doğacan Güney (JIRA)" <ji...@apache.org> on 2007/05/24 13:55:17 UTC

[jira] Commented: (NUTCH-491) dedup fails with ArrayIndexOutOfBoundsException

    [ https://issues.apache.org/jira/browse/NUTCH-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498613 ] 

Doğacan Güney commented on NUTCH-491:
-------------------------------------

Can you retry with the latest trunk? I think a fix related to your issue is committed in rev 532105, which is after 0.9.0.

> dedup fails with ArrayIndexOutOfBoundsException
> -----------------------------------------------
>
>                 Key: NUTCH-491
>                 URL: https://issues.apache.org/jira/browse/NUTCH-491
>             Project: Nutch
>          Issue Type: Bug
>    Affects Versions: 0.9.0
>            Reporter: Nicolás Lichtmaier
>
> When trying to run dedup on an index I'm getting:
> java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 426065
>         at org.apache.lucene.util.BitVector.get(BitVector.java:72)
>         at org.apache.lucene.index.SegmentReader.isDeleted(SegmentReader.java:346)
>         at org.apache.nutch.indexer.DeleteDuplicates$InputFormat$DDRecordReader.next(DeleteDuplicates.java:176)
>         at org.apache.hadoop.mapred.MapTask$1.next(MapTask.java:157)
>         at org.apache.hadoop.mapred.MapRunner.run(MapRunner.java:46)
>         at org.apache.hadoop.mapred.MapTask.run(MapTask.java:175)
> 2007-05-23 09:45:04,620 FATAL indexer.DeleteDuplicates - DeleteDuplicates: java.io.IOException: Job failed!
>         at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:604)
>         at org.apache.nutch.indexer.DeleteDuplicates.dedup(DeleteDuplicates.java:439)
>         at org.apache.nutch.indexer.DeleteDuplicates.run(DeleteDuplicates.java:506)
>         at org.apache.hadoop.util.ToolBase.doMain(ToolBase.java:189)
>         at org.apache.nutch.indexer.DeleteDuplicates.main(DeleteDuplicates.java:490)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.