public static class CLSlidingWindowPwsim.MyMapper extends MapReduceBase implements Mapper<IntWritable,BitsSignatureTable,PairOfInts,IntWritable>
| Constructor and Description |
|---|
CLSlidingWindowPwsim.MyMapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(JobConf conf) |
void |
map(IntWritable permNo,
BitsSignatureTable signatureTable,
OutputCollector<PairOfInts,IntWritable> output,
Reporter reporter) |
closepublic void configure(JobConf conf)
configure in interface JobConfigurableconfigure in class MapReduceBasepublic void map(IntWritable permNo, BitsSignatureTable signatureTable, OutputCollector<PairOfInts,IntWritable> output, Reporter reporter) throws IOException
map in interface Mapper<IntWritable,BitsSignatureTable,PairOfInts,IntWritable>IOException