hi, what's the general advice to bootstrap pinot as it comes up (thinking servicemanager where you have everything you need in one container)
Adrian Cole
09/02/2020, 2:06 AM
in this case, I'm wondering if curl with the corresponding JSON is the only way, or if there is a bootstrapper to load schema and tables from a dir, or another tool is better. here's a list of things to load https://github.com/hypertrace/pinot/pull/20/files
Adrian Cole
09/02/2020, 2:06 AM
what I'd like to do is make a docker layer on top of normal pinot servicemanager image that has the schema ready as it is much faster and simpler than orchestration later
Adrian Cole
09/02/2020, 2:06 AM
currently I'm thinking about using curl in a for loop 😄
Adrian Cole
09/02/2020, 2:25 AM
I'm guessing online there are choices like AddTable command or curl. not sure there's an offline option or not. it isn't too important to do this literally offline