Slackbot
05/12/2023, 12:45 PMBibek Sahoo
05/12/2023, 12:54 PMIn the partial segment generation phase, just like the Map phase in MapReduce, the Parallel task splits the input data based on the split hint spec and assigns each split to a worker task. Each worker task (type partial_index_generate) reads the assigned split,
The partial segment merge phase is similar to the Reduce phase in MapReduce. The Parallel task spawns a new set of worker tasks (type partial_index_generic_merge) to merge the partitioned data created in the previous phase.
https://druid.apache.org/docs/latest/ingestion/native-batch.htmlGian Merlino
05/13/2023, 7:36 PMcompact
or index_parallel
Dinesh pundkar
05/19/2023, 10:57 AMsingle_phase_sub_task
- like which one trigger due to compact
or index_parallel
?
Looking to configure overlord dynamic config so that compact
task are send to seperate tier ?