Conflicting API when trying to run MRUnit example
问题 I've been playing around with MRUnit and tried running it for a hadoop wordcount example following the tutorial for wordcount and unit testing Though not a fan, I've been using Eclipse to run the code and I keep getting an error for setMapper function import java.io.IOException; import java.util.ArrayList; import java.util.List; import org.apache.hadoop.io.IntWritable; import org.apache.hadoop.io.LongWritable; import org.apache.hadoop.io.Text; import org.apache.hadoop.mrunit.mapreduce