tabular-io / iceberg-rest-image

Simple project to expose a catalog over REST using a Java catalog backend
Apache License 2.0
93 stars 39 forks source link

Support for HiveMetastore catalog #93

Open krishhkk opened 3 months ago

krishhkk commented 3 months ago

This will extend support of REST interface to HiveMetastore catalog. Also added dependency for S3 object storage access to fix the 403 forbidden issue while creating new table backed with S3 location.

This will resolve the issue https://github.com/tabular-io/iceberg-rest-image/issues/84

nastra commented 2 months ago

I don't think we want to add Hive-related dependencies. If you'd like to have this working, you can easily build your own Docker image

metalshanked commented 2 months ago

Thanks @krishhkk. Apologies, I am still getting upto speed so this beyond me currently. Is there a way you can push a custom image with this build?