Class IngestionJobLauncher
- java.lang.Object
-
- org.apache.pinot.spi.ingestion.batch.IngestionJobLauncher
-
public class IngestionJobLauncher extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIngestionJobLauncher.PinotIngestionJobTypeIngestion Job type Enum.
-
Method Summary
Modifier and Type Method Description static SegmentGenerationJobSpecgetSegmentGenerationJobSpec(String jobSpecFilePath, String propertyFilePath, Map<String,Object> context, Map<String,String> environmentValues)static voidrunIngestionJob(SegmentGenerationJobSpec spec)
-
-
-
Field Detail
-
LOGGER
public static final org.slf4j.Logger LOGGER
-
JOB_SPEC_FORMAT
public static final String JOB_SPEC_FORMAT
- See Also:
- Constant Field Values
-
JSON
public static final String JSON
- See Also:
- Constant Field Values
-
YAML
public static final String YAML
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSegmentGenerationJobSpec
public static SegmentGenerationJobSpec getSegmentGenerationJobSpec(String jobSpecFilePath, String propertyFilePath, Map<String,Object> context, Map<String,String> environmentValues)
-
runIngestionJob
public static void runIngestionJob(SegmentGenerationJobSpec spec)
-
-