public static class TimeIndex.Reduce extends org.apache.hadoop.mapreduce.Reducer<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.Text>
Constructor and Description |
---|
Reduce() |
Modifier and Type | Method and Description |
---|---|
void |
reduce(org.apache.hadoop.io.LongWritable timeslot,
Iterable<org.apache.hadoop.io.LongWritable> counts,
org.apache.hadoop.mapreduce.Reducer.Context context) |
public Reduce()
public void reduce(org.apache.hadoop.io.LongWritable timeslot, Iterable<org.apache.hadoop.io.LongWritable> counts, org.apache.hadoop.mapreduce.Reducer.Context context)
reduce
in class org.apache.hadoop.mapreduce.Reducer<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.Text>