public static class GenerateChunkedPermutedTables.MyMapper extends MapReduceBase implements Mapper<IntWritable,Signature,PairOfIntSignature,IntWritable>
| Constructor and Description |
|---|
GenerateChunkedPermutedTables.MyMapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(JobConf job) |
void |
map(IntWritable docno,
Signature signature,
OutputCollector<PairOfIntSignature,IntWritable> output,
Reporter reporter) |
closepublic GenerateChunkedPermutedTables.MyMapper()
public void configure(JobConf job)
configure in interface JobConfigurableconfigure in class MapReduceBasepublic void map(IntWritable docno, Signature signature, OutputCollector<PairOfIntSignature,IntWritable> output, Reporter reporter) throws IOException
map in interface Mapper<IntWritable,Signature,PairOfIntSignature,IntWritable>IOException