Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine-tran committed Feb 5, 2015
1 parent 29bba95 commit a2bf161
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ private void task1(String inputPath, String outputPath) throws IOException,

job.setInputFormatClass(SequenceFileInputFormat.class);
// job.setOutputFormatClass(SequenceFileOutputFormat.class);
job.setOutputFormatClass(org.apache.hadoop.mapreduce.lib.output.TextOutputFormat.class);
job.setOutputFormatClass(TextOutputFormat.class);

job.setMapOutputKeyClass(PairOfStringInt.class);
job.setMapOutputValueClass(PairOfStrings.class);
Expand Down

0 comments on commit a2bf161

Please sign in to comment.