public static class HadoopAlign.EMReducer extends org.apache.hadoop.mapred.MapReduceBase implements org.apache.hadoop.mapred.Reducer<org.apache.hadoop.io.IntWritable,PartialCountContainer,org.apache.hadoop.io.IntWritable,PartialCountContainer>
| Constructor and Description |
|---|
HadoopAlign.EMReducer() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.apache.hadoop.mapred.JobConf job) |
void |
reduce(org.apache.hadoop.io.IntWritable key,
Iterator<PartialCountContainer> values,
org.apache.hadoop.mapred.OutputCollector<org.apache.hadoop.io.IntWritable,PartialCountContainer> output,
org.apache.hadoop.mapred.Reporter reporter) |
public void configure(org.apache.hadoop.mapred.JobConf job)
configure in interface org.apache.hadoop.mapred.JobConfigurableconfigure in class org.apache.hadoop.mapred.MapReduceBasepublic void reduce(org.apache.hadoop.io.IntWritable key,
Iterator<PartialCountContainer> values,
org.apache.hadoop.mapred.OutputCollector<org.apache.hadoop.io.IntWritable,PartialCountContainer> output,
org.apache.hadoop.mapred.Reporter reporter)
throws IOException
reduce in interface org.apache.hadoop.mapred.Reducer<org.apache.hadoop.io.IntWritable,PartialCountContainer,org.apache.hadoop.io.IntWritable,PartialCountContainer>IOExceptionCopyright © 2015. All rights reserved.