Class IntegrationTestMapReduce.TestMapper

  • Enclosing class:
    IntegrationTestMapReduce

    public static class IntegrationTestMapReduce.TestMapper
    extends org.apache.hadoop.mapreduce.Mapper<org.apache.hadoop.io.LongWritable,​org.apache.hadoop.io.Text,​org.apache.hadoop.io.Text,​org.apache.hadoop.io.Text>
    • Constructor Detail

      • TestMapper

        public TestMapper()
    • Method Detail

      • map

        protected void map​(org.apache.hadoop.io.LongWritable key,
                           org.apache.hadoop.io.Text value,
                           org.apache.hadoop.mapreduce.Mapper.Context context)
                    throws IOException,
                           InterruptedException
        Overrides:
        map in class org.apache.hadoop.mapreduce.Mapper<org.apache.hadoop.io.LongWritable,​org.apache.hadoop.io.Text,​org.apache.hadoop.io.Text,​org.apache.hadoop.io.Text>
        Throws:
        IOException
        InterruptedException