Uploaded image for project: 'Nutch'
  1. Nutch
  2. NUTCH-992

SolrDedup is broken in 2.x

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • nutchgora
    • 2.3
    • indexer
    • None

    Description

      SolrDedup seems to have been broken for at least a few months, perhaps more. It does fetch the documents from Solr but when processing the rows we get the following exception:

      Exception in thread "main" java.lang.NullPointerException
      at org.apache.hadoop.io.serializer.SerializationFactory.getSerializer(SerializationFactory.java:73)
      at org.apache.hadoop.mapred.JobClient.writeNewSplits(JobClient.java:899)
      at org.apache.hadoop.mapred.JobClient.submitJobInternal(JobClient.java:779)
      at org.apache.hadoop.mapreduce.Job.submit(Job.java:432)
      at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:447)
      at org.apache.nutch.indexer.solr.SolrDeleteDuplicates.dedup(SolrDeleteDuplicates.java:350)
      at org.apache.nutch.indexer.solr.SolrDeleteDuplicates.run(SolrDeleteDuplicates.java:360)
      at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
      at org.apache.nutch.indexer.solr.SolrDeleteDuplicates.main(SolrDeleteDuplicates.java:370)

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              markus17 Markus Jelsma
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: