| Package | Description |
|---|---|
| org.apache.druid.indexer |
| Modifier and Type | Method and Description |
|---|---|
HadoopyShardSpec |
HadoopDruidIndexerConfig.getShardSpec(Bucket bucket) |
| Modifier and Type | Method and Description |
|---|---|
Map<Long,List<HadoopyShardSpec>> |
HadoopTuningConfig.getShardSpecs() |
| Modifier and Type | Method and Description |
|---|---|
void |
HadoopDruidIndexerConfig.setShardSpecs(Map<Long,List<HadoopyShardSpec>> shardSpecs) |
HadoopTuningConfig |
HadoopTuningConfig.withShardSpecs(Map<Long,List<HadoopyShardSpec>> specs) |
| Constructor and Description |
|---|
HadoopTuningConfig(String workingPath,
String version,
DimensionBasedPartitionsSpec partitionsSpec,
Map<Long,List<HadoopyShardSpec>> shardSpecs,
IndexSpec indexSpec,
IndexSpec indexSpecForIntermediatePersists,
Integer maxRowsInMemory,
Long maxBytesInMemory,
boolean leaveIntermediate,
Boolean cleanupOnFailure,
boolean overwriteFiles,
Boolean ignoreInvalidRows,
Map<String,String> jobProperties,
boolean combineText,
Boolean useCombiner,
Integer maxRowsInMemoryCOMPAT,
Boolean buildV9Directly,
Integer numBackgroundPersistThreads,
boolean forceExtendableShardSpecs,
boolean useExplicitVersion,
List<String> allowedHadoopPrefix,
Boolean logParseExceptions,
Integer maxParseExceptions,
Boolean useYarnRMJobStatusFallback) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.