public static class LegacyIndexGeneratorJob.LegacyIndexGeneratorReducer extends IndexGeneratorJob.IndexGeneratorReducer
config
Constructor and Description |
---|
LegacyIndexGeneratorJob.LegacyIndexGeneratorReducer() |
Modifier and Type | Method and Description |
---|---|
protected ProgressIndicator |
makeProgressIndicator(org.apache.hadoop.mapreduce.Reducer.Context context) |
protected File |
mergeQueryableIndex(List<QueryableIndex> indexes,
AggregatorFactory[] aggs,
File file,
ProgressIndicator progressIndicator) |
protected File |
persist(IncrementalIndex index,
org.joda.time.Interval interval,
File file,
ProgressIndicator progressIndicator) |
reduce, setup
public LegacyIndexGeneratorJob.LegacyIndexGeneratorReducer()
protected ProgressIndicator makeProgressIndicator(org.apache.hadoop.mapreduce.Reducer.Context context)
makeProgressIndicator
in class IndexGeneratorJob.IndexGeneratorReducer
protected File persist(IncrementalIndex index, org.joda.time.Interval interval, File file, ProgressIndicator progressIndicator) throws IOException
persist
in class IndexGeneratorJob.IndexGeneratorReducer
IOException
protected File mergeQueryableIndex(List<QueryableIndex> indexes, AggregatorFactory[] aggs, File file, ProgressIndicator progressIndicator) throws IOException
mergeQueryableIndex
in class IndexGeneratorJob.IndexGeneratorReducer
IOException
Copyright © 2011–2015. All rights reserved.