Skip to content
This repository has been archived by the owner on May 6, 2018. It is now read-only.

Commit

Permalink
Minor fix to unbreak Wikipedia integration tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy0017 committed Dec 11, 2014
1 parent 42d06ed commit c61e6da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public int run(String[] args) throws Exception {
LOG.info("Output directory: "+outputPath);
LOG.info("Value class: "+valueClassName);

if (valueClassName.contains("HMapSFW")) {
if (valueClassName.contains("HMapStFW")) {
job.setMapperClass(MyMapperTerm.class);
job.setMapOutputValueClass(HMapStFW.class);
job.setOutputValueClass(HMapStFW.class);
Expand Down

0 comments on commit c61e6da

Please sign in to comment.