Question: if I exec into the pinot-controller pod ...
# general
m
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?
m
Source repo for Apache Pinot: https://github.com/apache/pinot
m
I was not able to find the scripts in the repo including a file search in my local clone.
m
Those artifacts get built, you need to build Pinot locally.
What are you looking for specifically?
m
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.
m
👍