FANNG1 opened a new pull request, #4597:
URL: https://github.com/apache/gravitino/pull/4597

   ### What changes were proposed in this pull request?
   add OSS support for Gravitino Iceberg REST server
   
   ### Why are the changes needed?
   
   Fix: #4367
   
   ### Does this PR introduce _any_ user-facing change?
   yes, will add a separate PR to add document
   
   ### How was this patch tested?
   1. setup a Iceberg REST server will following configurations
   ```
   gravitino.iceberg-rest.catalog-backend = jdbc
   gravitino.iceberg-rest.jdbc-driver = org.postgresql.Driver
   gravitino.iceberg-rest.uri = jdbc:postgresql://127.0.0.1:5432/postgres
   gravitino.iceberg-rest.jdbc-user = postgres
   gravitino.iceberg-rest.jdbc-password = xxx
   gravitino.iceberg-rest.jdbc-initialize = true
   # change to s3a://test/my/key/prefix for Hive catalog backend
   gravitino.iceberg-rest.warehouse = oss://xxx/key/prefix
   gravitino.iceberg-rest.io-impl= org.apache.iceberg.aliyun.oss.OSSFileIO
   gravitino.iceberg-rest.oss-access-key-id = xx
   gravitino.iceberg-rest.oss-access-key-secret = xx
   gravitino.iceberg-rest.oss-endpoint = https://oss-cn-beijing.aliyuncs.com
   ```
   2. test with Spark SQL


-- 
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]

Reply via email to