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