This is an automated email from the ASF dual-hosted git repository.

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new 84eadce2b9 [docs] add glue metastore repo for iceberg compability 
(#4674)
84eadce2b9 is described below

commit 84eadce2b95eec0c36fe13dde10958080cd80f28
Author: Giannis Polyzos <[email protected]>
AuthorDate: Tue Dec 10 10:12:30 2024 +0200

    [docs] add glue metastore repo for iceberg compability (#4674)
---
 docs/content/migration/iceberg-compatibility.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/content/migration/iceberg-compatibility.md 
b/docs/content/migration/iceberg-compatibility.md
index 54018b073f..b6fcaa2826 100644
--- a/docs/content/migration/iceberg-compatibility.md
+++ b/docs/content/migration/iceberg-compatibility.md
@@ -397,6 +397,7 @@ you also need to set some (or all) of the following table 
options when creating
 You can use Hive Catalog to connect AWS Glue metastore, you can use set 
`'metadata.iceberg.hive-client-class'` to
 `'com.amazonaws.glue.catalog.metastore.AWSCatalogMetastoreClient'`.
 
+> **Note:** You can use this 
[repo](https://github.com/promotedai/aws-glue-data-catalog-client-for-apache-hive-metastore)
 to build the required jar, include it in your path and configure the 
AWSCatalogMetastoreClient.
 ## AWS Athena
 
 AWS Athena may use old manifest reader to read Iceberg manifest by names, we 
should let Paimon producing legacy Iceberg

Reply via email to