@InterfaceAudience.Private public class SweepReducer extends org.apache.hadoop.mapreduce.Reducer<org.apache.hadoop.io.Text,KeyValue,org.apache.hadoop.io.Writable,org.apache.hadoop.io.Writable>
| Modifier and Type | Class and Description |
|---|---|
class |
SweepReducer.SweepPartition
The mob files which have the same start key and date are in the same partition.
|
static class |
SweepReducer.SweepPartitionId
The sweep partition id.
|
| Constructor and Description |
|---|
SweepReducer() |
protected void setup(org.apache.hadoop.mapreduce.Reducer.Context context)
throws IOException,
InterruptedException
setup in class org.apache.hadoop.mapreduce.Reducer<org.apache.hadoop.io.Text,KeyValue,org.apache.hadoop.io.Writable,org.apache.hadoop.io.Writable>IOExceptionInterruptedExceptionpublic void run(org.apache.hadoop.mapreduce.Reducer.Context context)
throws IOException,
InterruptedException
run in class org.apache.hadoop.mapreduce.Reducer<org.apache.hadoop.io.Text,KeyValue,org.apache.hadoop.io.Writable,org.apache.hadoop.io.Writable>IOExceptionInterruptedExceptionCopyright © 2007–2016 Cloudera. All rights reserved.