iceberg
iceberg copied to clipboard
Any way to integrate Iceberg with AWS EMR Glue metastore?
Hi,
Iceberg provides support for hadoop and Hive catalogs. However, AWS Glue doesn't provide a standard Hive service and there is no Thrift URI to access the service.
Instead, the factory is configured using the hive.metastore.client.factory.class=com.amazonaws.glue.catalog.metastore.AWSGlueDataCatalogHiveClientFactory
property.
Is there a way to use such a catalog with Iceberg?
Thanks