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
Mapper
map
in class Mapper<LongWritable,Text,SecondarySort.IntPair,IntWritable>
IOException
InterruptedException
Copyright © 2013 Apache Software Foundation. All rights reserved.