How can I download and set up Apache Druid on Windows 11?

How can I download and set up Apache Druid on Windows 11?
typescript
Ethan Jackson

I’m trying to download and install Apache Druid on my Windows 11 machine, but I’m not sure about the correct steps to follow. Most of the documentation and tutorials I’ve found are geared towards Linux or macOS. Could someone please guide me through the steps to download and run Apache Druid on Windows 11? Specifically, I’m looking for: A reliable download source Any prerequisites or dependencies that need to be installed Step-by-step setup instructions to start Druid locally on Windows Any known issues or workarounds when running Druid on Windows If it’s recommended to use WSL (Windows Subsystem for Linux), I’m open to that as well—just need clear instructions. Thanks in advance!

Answer

The documentation says that Windows isn't supported: https://druid.apache.org/docs/latest/tutorials/ - see the Prerequisites section.

Related Articles