FANNG1 commented on code in PR #6168: URL: https://github.com/apache/gravitino/pull/6168#discussion_r1909622984
########## docs/security/credential-vending.md: ########## @@ -132,12 +132,19 @@ Gravitino supports custom credentials, you can implement the `org.apache.graviti Besides setting credentials related configuration, please download Gravitino cloud bundle jar and place it in the classpath of Iceberg REST server or Hadoop catalog. -Gravitino cloud bundle jar: +For Hadoop catalog, please use Gravitino cloud bundle jar with hadoop and cloud packages: -- [Gravitino AWS bundle jar](https://mvnrepository.com/artifact/org.apache.gravitino/gravitino-aws-bundle) -- [Gravitino Aliyun bundle jar](https://mvnrepository.com/artifact/org.apache.gravitino/gravitino-aliyun-bundle) -- [Gravitino GCP bundle jar](https://mvnrepository.com/artifact/org.apache.gravitino/gravitino-gcp-bundle) -- [Gravitino Azure bundle jar](https://mvnrepository.com/artifact/org.apache.gravitino/gravitino-azure-bundle) +- [Gravitino AWS bundle jar with hadoop and cloud packages](https://mvnrepository.com/artifact/org.apache.gravitino/gravitino-aws-bundle) +- [Gravitino Aliyun bundle jar with hadoop and cloud packages](https://mvnrepository.com/artifact/org.apache.gravitino/gravitino-aliyun-bundle) +- [Gravitino GCP bundle jar with hadoop and cloud packages](https://mvnrepository.com/artifact/org.apache.gravitino/gravitino-gcp-bundle) +- [Gravitino Azure bundle jar with hadoop and cloud packages](https://mvnrepository.com/artifact/org.apache.gravitino/gravitino-azure-bundle) + +For Iceberg REST catalog server, please use Gravitino cloud bundle jar without hadoop and cloud packages: + +- [Gravitino AWS bundle jar without hadoop and cloud packages](https://mvnrepository.com/artifact/org.apache.gravitino/gravitino-aws) +- [Gravitino Aliyun bundle jar without hadoop and cloud packages](https://mvnrepository.com/artifact/org.apache.gravitino/gravitino-aliyun) Review Comment: update with some comment -- 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]
