public static class SecondarySort.MapClass extends org.apache.hadoop.mapreduce.Mapper<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text,SecondarySort.IntPair,org.apache.hadoop.io.IntWritable>
Constructor and Description |
---|
SecondarySort.MapClass() |
Modifier and Type | Method and Description |
---|---|
void |
map(org.apache.hadoop.io.LongWritable inKey,
org.apache.hadoop.io.Text inValue,
org.apache.hadoop.mapreduce.Mapper.Context context) |
public void map(org.apache.hadoop.io.LongWritable inKey, org.apache.hadoop.io.Text inValue, org.apache.hadoop.mapreduce.Mapper.Context context) throws IOException, InterruptedException
map
in class org.apache.hadoop.mapreduce.Mapper<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text,SecondarySort.IntPair,org.apache.hadoop.io.IntWritable>
IOException
InterruptedException
Copyright © 2017 Apache Software Foundation. All Rights Reserved.