You can spin up a Pinot Cluster by running the following command:
Copy
Ask AI
docker-compose up
This command will run a single instance of the Pinot Controller, Pinot Server, Pinot Broker, Pinot Minion, and Zookeeper.
You can find the docker-compose.yml file on GitHub.Navigate to the Pinot UI and you should see the following:Fixed hostnames
Let’s have a look at the Docker Compose file to see how we did this.
The commands to start the container for each component are described below:Controller