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 |
|---|
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>IOExceptionInterruptedExceptionCopyright © 2008–2020 Apache Software Foundation. All rights reserved.