Hi @Jackie, I am trying with the latest master , 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?