Package org.apache.druid.indexer
Class DeterminePartitionsJob.DeterminePartitionsDimSelectionReducer
- java.lang.Object
-
- org.apache.hadoop.mapreduce.Reducer<org.apache.hadoop.io.BytesWritable,org.apache.hadoop.io.Text,org.apache.hadoop.io.BytesWritable,org.apache.hadoop.io.Text>
-
- org.apache.druid.indexer.DeterminePartitionsJob.DeterminePartitionsDimSelectionReducer
-
- Enclosing class:
- DeterminePartitionsJob
public static class DeterminePartitionsJob.DeterminePartitionsDimSelectionReducer extends org.apache.hadoop.mapreduce.Reducer<org.apache.hadoop.io.BytesWritable,org.apache.hadoop.io.Text,org.apache.hadoop.io.BytesWritable,org.apache.hadoop.io.Text>
-
-
Constructor Summary
Constructors Constructor Description DeterminePartitionsDimSelectionReducer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinnerReduce(org.apache.hadoop.mapreduce.Reducer.Context context, SortableBytes keyBytes, Iterable<DeterminePartitionsJob.DimValueCount> combinedIterable)
-
-
-
Method Detail
-
innerReduce
protected void innerReduce(org.apache.hadoop.mapreduce.Reducer.Context context, SortableBytes keyBytes, Iterable<DeterminePartitionsJob.DimValueCount> combinedIterable) throws IOException- Throws:
IOException
-
-