I'm trying to run Apache Druid on M1 Mac with an ARM 64 processor as docker containers. This works fine as it runs via emulation. But I've encountered two issues with it.
- The druid containers (specifically broker) keep crashing with an exit code of 137. I was able to make it work by increasing the docker memory allocation to 8 GB, but this is not ideal.
- The entire druid setup is very slow. It takes a long time for the entire cluster to spin up and even once it is up, it is slow during ingestion and querying.
I'm wondering if there is a docker image built for ARM64 configuration or dockerfile/instructions to build it from source.