Skip to content

Commit

Permalink
Fixed compile error.
Browse files Browse the repository at this point in the history
  • Loading branch information
eljefe6a committed Dec 29, 2012
1 parent 80024df commit 8d9e489
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/BoggleDriver.java
Expand Up @@ -129,7 +129,6 @@ private int traverseGraph(String input, Configuration configuration, FileSystem
job.setNumReduceTasks(0);

job.setMapperClass(BoggleMapper.class);
job.setReducerClass(BoggleReducer.class);

job.setMapOutputKeyClass(Text.class);
job.setMapOutputValueClass(RollGraphWritable.class);
Expand Down

0 comments on commit 8d9e489

Please sign in to comment.