I have mapreduce job: my code Map class:
public static class MapClass extends Mapper { @Override public void m
Actually the mapper class has to implement the interface org.apache.hadoop.mapred.Mapper. I had the same problem, but this solved it.
org.apache.hadoop.mapred.Mapper