Hi folks, is there any way of using environment va...
# troubleshooting
c
Hi folks, is there any way of using environment variables in the Pinot Ingestion config. I’ve checked this PR https://github.com/apache/pinot/pull/6271, but I don’t know how to setup the env variables. Thanks in advance.
k
Environment variables are set in the OS, e.g. for Linux something like
export MYVARNAME=some_value
, or for Windows maybe
SET MYVARNAME=some_value
(I think).