Package org.apache.druid.indexer
Class DeterminePartitionsJob.DeterminePartitionsGroupByReducer
- java.lang.Object
-
- org.apache.hadoop.mapreduce.Reducer<org.apache.hadoop.io.BytesWritable,org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.BytesWritable,org.apache.hadoop.io.NullWritable>
-
- org.apache.druid.indexer.DeterminePartitionsJob.DeterminePartitionsGroupByReducer
-
- Enclosing class:
- DeterminePartitionsJob
public static class DeterminePartitionsJob.DeterminePartitionsGroupByReducer extends org.apache.hadoop.mapreduce.Reducer<org.apache.hadoop.io.BytesWritable,org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.BytesWritable,org.apache.hadoop.io.NullWritable>
-
-
Constructor Summary
Constructors Constructor Description DeterminePartitionsGroupByReducer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidreduce(org.apache.hadoop.io.BytesWritable key, Iterable<org.apache.hadoop.io.NullWritable> values, org.apache.hadoop.mapreduce.Reducer.Context context)
-
-
-
Method Detail
-
reduce
protected void reduce(org.apache.hadoop.io.BytesWritable key, Iterable<org.apache.hadoop.io.NullWritable> values, org.apache.hadoop.mapreduce.Reducer.Context context) throws IOException, InterruptedException- Overrides:
reducein classorg.apache.hadoop.mapreduce.Reducer<org.apache.hadoop.io.BytesWritable,org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.BytesWritable,org.apache.hadoop.io.NullWritable>- Throws:
IOExceptionInterruptedException
-
-