Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-835

conf not set for the default Codec when initializing a Reader for a record-compressed sequence file

VotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.9.2
    • 0.10.0
    • io
    • None

    Description

      Because the conf field of a default Codec does not get set when initializing a reader for a record-compressed sequence file, a NullPointerException is thrown when attempting to create an input stream for the default Codec as shown in the following stack trace:

      java.lang.NullPointerException
      at org.apache.hadoop.io.compress.DefaultCodec.createInputStream(DefaultCodec.java:59)
      at org.apache.hadoop.io.SequenceFile$Reader.init(SequenceFile.java:1004)
      at org.apache.hadoop.io.SequenceFile$Reader.(SequenceFile.java:927)
      at org.apache.hadoop.io.SequenceFile$Reader.(SequenceFile.java:918)
      at org.apache.hadoop.mapred.SequenceFileRecordReader.(SequenceFileRecordReader.java:39)
      at org.apache.hadoop.mapred.SequenceFileInputFormat.getRecordReader(SequenceFileInputFormat.java:55)
      at org.apache.hadoop.mapred.MapTask.run(MapTask.java:180)
      at org.apache.hadoop.mapred.TaskTracker$Child.main(TaskTracker.java:1388)

      Attachments

        1. default_codec.patch
          0.4 kB
          Hairong Kuang

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            hairong Hairong Kuang
            hairong Hairong Kuang
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment