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.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Nutch-developers mailing list
Nutch-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nutch-developers

Reply via email to