| Package | Description |
|---|---|
| org.apache.druid.indexer |
| Modifier and Type | Method and Description |
|---|---|
HadoopIngestionSpec |
HadoopDruidIndexerConfig.getSchema() |
HadoopIngestionSpec |
HadoopIngestionSpec.withDataSchema(DataSchema schema) |
HadoopIngestionSpec |
HadoopIngestionSpec.withIOConfig(HadoopIOConfig config) |
HadoopIngestionSpec |
HadoopIngestionSpec.withTuningConfig(HadoopTuningConfig config) |
| Modifier and Type | Method and Description |
|---|---|
static HadoopDruidIndexerConfig |
HadoopDruidIndexerConfig.fromSpec(HadoopIngestionSpec spec) |
static void |
JobHelper.maybeDeleteIntermediatePath(boolean jobSucceeded,
HadoopIngestionSpec indexerSchema) |
static void |
JobHelper.renameIndexFilesForSegments(HadoopIngestionSpec indexerSchema,
List<DataSegmentAndIndexZipFilePath> segmentAndIndexZipFilePaths)
Renames the index files for the segments.
|
static void |
HadoopIngestionSpec.updateSegmentListIfDatasourcePathSpecIsUsed(HadoopIngestionSpec spec,
com.fasterxml.jackson.databind.ObjectMapper jsonMapper,
UsedSegmentsRetriever segmentsRetriever) |
| Constructor and Description |
|---|
HadoopDruidIndexerConfig(HadoopIngestionSpec spec) |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.