KyleLin0927 commented on code in PR #7166: URL: https://github.com/apache/gravitino/pull/7166#discussion_r2100147930
########## docs/gravitino-server-config.md: ########## @@ -259,7 +259,54 @@ You could put HDFS configuration file to the catalog properties configuration di ## How to set up runtime environment variables -The Gravitino server lets you set up runtime environment variables by editing the `gravitino-env.sh` file, located in the `conf` directory. +The Gravitino server supports configuring runtime environment variables in two ways: + +1. **Local deployment:** Modify `gravitino-env.sh` located in the `conf` directory. +2. **Docker container deployment:** Use environment variable injection during container startup. *(Since 0.10.0-incubating)* + +### Local runtime environment + +Edit the `gravitino-env.sh` script to set environment variables for local development. + +### Docker-based Environment Variable Injection Review Comment: I have updated the doc and referred to the Iceberg REST document. -- 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]
