ConeyLiu opened a new pull request, #5659: URL: https://github.com/apache/iceberg/pull/5659
This add supports setting system level properties with environmental variables. For example: we could control the number of threads for the default Iceberg thread pool with java system property: `iceberg.worker.num-threads` or env: `ICEBERG_WORKER_NUM_THREADS`. This is indeed useful when we want to change those properties while the java system properties have some default settings and we do not want to change them. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
