You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Julien Nioche (JIRA)" <ji...@apache.org> on 2014/06/18 12:51:02 UTC

[jira] [Updated] (NUTCH-1692) SegmentReader broken in distributed mode

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

Julien Nioche updated NUTCH-1692:
---------------------------------

    Affects Version/s:     (was: 1.7)
                       1.8

> SegmentReader broken in distributed mode
> ----------------------------------------
>
>                 Key: NUTCH-1692
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1692
>             Project: Nutch
>          Issue Type: Bug
>    Affects Versions: 1.8
>            Reporter: Markus Jelsma
>            Assignee: Markus Jelsma
>             Fix For: 1.9
>
>         Attachments: 20140126210858.tgz, NUTCH-1692-trunk.patch
>
>
> SegmentReader -list option ignores the -no* options, causing the following exception in distributed mode:
> {code}
> Exception in thread "main" java.lang.NullPointerException
>         at java.util.ComparableTimSort.sort(ComparableTimSort.java:146)
>         at java.util.Arrays.sort(Arrays.java:472)
>         at org.apache.hadoop.mapred.SequenceFileOutputFormat.getReaders(SequenceFileOutputFormat.java:85)
>         at org.apache.nutch.segment.SegmentReader.getStats(SegmentReader.java:463)
>         at org.apache.nutch.segment.SegmentReader.list(SegmentReader.java:441)
>         at org.apache.nutch.segment.SegmentReader.main(SegmentReader.java:587)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:606)
>         at org.apache.hadoop.util.RunJar.main(RunJar.java:160)
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)