Package | Description |
---|---|
io.druid.indexer | |
io.druid.indexing.common.task |
Modifier and Type | Method and Description |
---|---|
HadoopIngestionSpec |
HadoopDruidIndexerConfig.getSpec() |
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) |
Constructor and Description |
---|
HadoopDruidIndexerConfig(HadoopIngestionSpec spec,
HadoopIngestionSpec schema) |
Modifier and Type | Method and Description |
---|---|
HadoopIngestionSpec |
HadoopIndexTask.getSpec() |
Constructor and Description |
---|
HadoopIndexTask(String id,
HadoopIngestionSpec spec,
HadoopIngestionSpec config,
String hadoopCoordinates,
List<String> hadoopDependencyCoordinates,
String classpathPrefix) |
Copyright © 2015. All rights reserved.