You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Harshavardhan Manjunatha (JIRA)" <ji...@apache.org> on 2015/12/03 17:11:11 UTC

[jira] [Created] (NUTCH-2180) FileDumper dumps data, but breaks midway on corrupt segments

Harshavardhan Manjunatha created NUTCH-2180:
-----------------------------------------------

             Summary: FileDumper dumps data, but breaks midway on corrupt segments
                 Key: NUTCH-2180
                 URL: https://issues.apache.org/jira/browse/NUTCH-2180
             Project: Nutch
          Issue Type: Bug
          Components: bin, dumpers
    Affects Versions: 1.11
         Environment: Ubuntu 14.04.3 x64 
            Reporter: Harshavardhan Manjunatha


FileDumper should ignore corrupt segments, and continue dumping data instead of throwing NullPointerException

$ bin/nutch dump -segment ../../../segments/ -outputDir ./firstDump/ -flatdir
java.lang.NullPointerException
	at org.apache.nutch.tools.FileDumper.dump(FileDumper.java:175)
	at org.apache.nutch.tools.FileDumper.main(FileDumper.java:417)
$



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)