public static class SecondarySort.MapClass extends Mapper<LongWritable,Text,SecondarySort.IntPair,IntWritable>
Mapper.Context| Constructor and Description |
|---|
SecondarySort.MapClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
map(LongWritable inKey,
Text inValue,
Mapper.Context context)
Called once for each key/value pair in the input split.
|
public void map(LongWritable inKey, Text inValue, Mapper.Context context) throws IOException, InterruptedException
Mappermap in class Mapper<LongWritable,Text,SecondarySort.IntPair,IntWritable>IOExceptionInterruptedExceptionCopyright © 2013 Apache Software Foundation. All rights reserved.