@InterfaceAudience.Public
@InterfaceStability.Stable
public class MyMapper extends Mapper<LongWritable, Text, Text, IntWritable> {
// Mapper code here
}
<configuration>
<property>
<name>hadoop.annotate.class</name>
<value>org.apache.hadoop.MyMapper</value>
</property>
</configuration>