Been trying to just start Pinot locally in a docke...
# getting-started
t
Been trying to just start Pinot locally in a docker container. I'm using pinot version
0.8.0
and
openjdk:11
. I'm on a mac. I'm trying to start the cluster by using the pinot admin commands
StartZookeeper
StartController
StartBroker
and
StartServer
as shown in the getting started. However inevitably the controller will go down before I can start the Broker and the Server with this error:
Expiring session 0x100080c84b20005, timeout of 30000ms exceeded
, Is there a way to avoid this?
k
Please check the jvm memory params
t
@User will do, thank you!