FANNG1 commented on code in PR #5243: URL: https://github.com/apache/gravitino/pull/5243#discussion_r1821706261
########## docs/iceberg-rest-service.md: ########## @@ -388,13 +388,28 @@ SELECT * FROM dml.test; You could run Gravitino Iceberg REST server though docker container: ```shell -docker run -d -p 9001:9001 apache/gravitino-iceberg-rest:0.6.0 +docker run -d -p 9001:9001 apache/gravitino-iceberg-rest:0.7.0-incubating ``` -Or build it manually to add custom logics: +Gravitino Iceberg REST server in docker image could access local storage, you could change the configuration by environment variables to access S3 or GCS storage, please refer to storage section for more details. Review Comment: updated ########## docs/iceberg-rest-service.md: ########## @@ -388,13 +388,28 @@ SELECT * FROM dml.test; You could run Gravitino Iceberg REST server though docker container: ```shell -docker run -d -p 9001:9001 apache/gravitino-iceberg-rest:0.6.0 +docker run -d -p 9001:9001 apache/gravitino-iceberg-rest:0.7.0-incubating ``` -Or build it manually to add custom logics: +Gravitino Iceberg REST server in docker image could access local storage, you could change the configuration by environment variables to access S3 or GCS storage, please refer to storage section for more details. Review Comment: updated -- 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]
