Hi all I'm new in Pinot and try to installe Pinot...
# troubleshooting
p
Hi all I'm new in Pinot and try to installe Pinot with docker composer thanks to the following yaml file https://github.com/apache/pinot/blob/master/docker/images/pinot/docker-compose.yml everything works well during a short while (10 seconds) and then after that the pinot broker container failed (status Exited), in the logs I found the following error message "Cluster structure is not set up for cluster: PinotCluster" any hint or any advice ? Thanks for your help
x
can you check if zookeeper and controller are up
pinot requires zk to go up first
then controller
after controller is up, broker and server can go up
this is for the first time of cluster bootstrap
p
Thanks for your Answer @Xiang Fu I will check my docker-compose yaml file and keep you informed