Skip to content
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request #46 from wikimedia/wikimedia
Browse files Browse the repository at this point in the history
Fixed missing import of DefaultCodec
  • Loading branch information
kengoodhope committed Jan 7, 2014
2 parents 41b9113 + 413d686 commit 60361d8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

import org.apache.hadoop.io.SequenceFile;
import org.apache.hadoop.io.SequenceFile.CompressionType;
import org.apache.hadoop.io.compress.DefaultCodec;
import org.apache.hadoop.io.compress.CompressionCodec;
import org.apache.hadoop.io.LongWritable;
import org.apache.hadoop.io.Text;
Expand Down

0 comments on commit 60361d8

Please sign in to comment.