Package org.apache.druid.indexer
Class DetermineHashedPartitionsJob
- java.lang.Object
-
- org.apache.druid.indexer.DetermineHashedPartitionsJob
-
- All Implemented Interfaces:
org.apache.druid.indexer.Jobby
public class DetermineHashedPartitionsJob extends Object implements org.apache.druid.indexer.Jobby
Determines appropriate ShardSpecs for a job by determining approximate cardinality of data set using HyperLogLog
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDetermineHashedPartitionsJob.DetermineCardinalityMapperstatic classDetermineHashedPartitionsJob.DetermineCardinalityReducerstatic classDetermineHashedPartitionsJob.DetermineHashedPartitionsPartitioner
-
Constructor Summary
Constructors Constructor Description DetermineHashedPartitionsJob(HadoopDruidIndexerConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetErrorMessage()Map<String,Object>getStats()booleanrun()
-
-
-
Constructor Detail
-
DetermineHashedPartitionsJob
public DetermineHashedPartitionsJob(HadoopDruidIndexerConfig config)
-
-