Question: if I exec into the pinot-controller pod I can see the bin directory with pinot-admin.sh, but I do not see it in the source repo. Is there a separate repo/location for accessing these?
I was not able to find the scripts in the repo including a file search in my local clone.
m
Mayank
06/27/2022, 3:28 AM
Those artifacts get built, you need to build Pinot locally.
Mayank
06/27/2022, 3:28 AM
What are you looking for specifically?
m
Michael Latta
06/27/2022, 3:31 AM
I was just wanting to use the script to connect to an instance. I am using the swagger api for manual actions which is working well enough. I will probably create my own curl based script myself for repeatable actions.