public static class TheMapper extends Mapper{ public void setup(Context context) throws IOException, InterruptedException {} public void map(Text key, Text value, Context context) throws IOException, InterruptedException {} public void cleanup(Context context) throws IOException, InterruptedException {} }