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/09/10 21:49:30 UTC

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

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

Doğacan Güney closed NUTCH-491.
-------------------------------

       Resolution: Duplicate
    Fix Version/s: 1.0.0
         Assignee: Doğacan Güney

I am closing this as duplicate of NUTCH-525. Nicolás, please reopen this issue if your problem persists.

> 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
>            Assignee: Doğacan Güney
>             Fix For: 1.0.0
>
>
> 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.