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 | Description |
|---|---|
MapClass() |
| Modifier and Type | Method | 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 java.io.IOException,
java.lang.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>java.io.IOExceptionjava.lang.InterruptedExceptionCopyright © 2008–2025 Apache Software Foundation. All rights reserved.