Installation

Install the Stackable Operator for Apache Druid and operators for its dependencies — ZooKeeper and HDFS — as well as the commons, secret and listener operator which are required by all Stackable operators.

There are multiple ways to install the operators, stackablectl is the preferred way but Helm is also supported. OpenShift users may prefer installing the operator from the RedHat Certified Operator catalog using the OpenShift web console.

stackablectl is the command line tool to interact with Stackable operators and the recommended way to install operators. Follow the installation steps for your platform.

After you have installed stackablectl run the following command to install all Operators necessary for Druid:

stackablectl operator install \
  commons=25.3.0 \
  secret=25.3.0 \
  listener=25.3.0 \
  zookeeper=25.3.0 \
  hdfs=25.3.0 \
  druid=25.3.0
bash

The tool prints

Installed commons=25.3.0 operator
Installed secret=25.3.0 operator
Installed listener=25.3.0 operator
Installed zookeeper=25.3.0 operator
Installed hdfs=25.3.0 operator
Installed druid=25.3.0 operator
Consult the Quickstart to learn more about how to use stackablectl.

What’s next