Hi team, I have been able to deploy apache pinot w...
# troubleshooting
a
Hi team, I have been able to deploy apache pinot with latest master from git , I am able to run the default cluster with command bin/quick-start-batch.sh but when I am trying to run my own cluster, I am able to start the zookeeper , but am getting error while running below service manager command: bin/pinot-admin.sh StartServiceManager  -zkAddress localhost:2181 -clusterName pinot-quickstart  -port -1  -bootstrapConfigPaths  ${PINOT_DIR}/config/pinot-controller.conf  ${PINOT_DIR}/config/pinot-broker.conf ${PINOT_DIR}/config/pinot-server.conf The error is: Error: option "-clusterName" cannot be used with the option(s) [-bootstrapConfigPaths, -bootstrapServices] Although I have been able to run my own cluster previously, but it is showing error with latest master. any idea regarding the same?
x
since you provide a broker conf, you don’t need to set
-clusterName pinot-quickstart
etc in commandline but set everything in the conf file