Shaun Sawyer
10/20/2022, 5:30 PMpinot-admin.sh StartServiceManager
but have been unsuccessful in getting this up and running and the errors are not helpful. I know I need zookeeper running ahead of time. Can someone just provide a way to do this? It must be a common thing and yet I cannot find anything which brings up the controller, broker and server in the docs. I would expect something like pinot-admin.sh StartServiceManager -zkAddress localhost:2181 -clusterName PinotCluster -bootstrapServices CONTROLLER BROKER SERVER
to just work, perhaps I am missing something.Shaun Sawyer
10/20/2022, 5:37 PMdocker run --entrypoint='' apachepinot/pinot:0.11.0 bash -c "bin/pinot-admin.sh StartZookeeper & sleep 10 && bin/pinot-admin.sh StartServiceManager"
which brings up zookeeper in a separate process, and after sleeping for a bit brings up the controller, broker and server. There should be nothing special about the shell logic, I encounter the same problem running the commands directly in the container, but that should be a quick reproducible way to test this.Shaun Sawyer
10/20/2022, 5:41 PMStartController
) and this does work, and also run this with docker compose. But I was hoping the existence of StartServiceManager
would make this simpler for testing in CI.Rong R
10/20/2022, 5:55 PMShaun Sawyer
10/20/2022, 6:02 PMStartServiceManager
and run this with our own tables and data.Rong R
10/20/2022, 6:05 PMShaun Sawyer
10/20/2022, 6:21 PMQuickStart -type empty
. Where is this documented, besides the blog?Rong R
10/20/2022, 6:21 PMShaun Sawyer
10/20/2022, 6:21 PMRong R
10/20/2022, 6:22 PM-type EMPTY
is channel through the empty quickstart command. so it should be able to take some customization. not sure if not-starting minion is an optionShaun Sawyer
10/20/2022, 6:22 PMStartServiceManager
working, still. I am not sure why my approach was not working, so let’s keep this thread running.. hopefully someone will chime in.Rong R
10/20/2022, 10:12 PMRong R
10/20/2022, 10:13 PMShaun Sawyer
10/21/2022, 4:21 PMRong R
10/21/2022, 8:44 PM