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