This message was deleted.
# general
s
This message was deleted.
g
For Hadoop, Druid indexing runs as a regular map/reduce job on YARN, so you can use all your standard YARN and M/R approaches to tune things (splits, # mappers/reducers, container size, etc)
That being said, most people use one of Druid's builtin options, like https://druid.apache.org/docs/latest/multi-stage-query/index.html which don't require Hadoop and is IMO easier to configure. So you could also try that