Netflix / iceberg

Iceberg is a table format for large, slow-moving tabular data
Apache License 2.0
472 stars 59 forks source link

Any way to integrate Iceberg with AWS EMR Glue metastore? #115

Open samidalouche opened 3 years ago

samidalouche commented 3 years ago

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