You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: