: Iceberg catalog questions
For your subsequent questions:
2. mapping namespace name to the file path is only a convention, and can be
overridden at both namespace and table level. The table root path can be
customized to be at any location, and we actually recommend that for cloud
storage use
Hi Mayur,
Did you try Hive Metastore local mode? In that case, you have your postgres
as the catalog DB, you can use all HMS's functionalities. However, you
still need to handle Table access permission(your 3rd point) by yourself.
Best,
Yufei
`This is not a contribution`
On Tue, May 11, 2021
For your subsequent questions:
2. mapping namespace name to the file path is only a convention, and can be
overridden at both namespace and table level. The table root path can be
customized to be at any location, and we actually recommend that for cloud
storage use cases to reduce throttling.
3.
Yes there is one, but unfortunately we lost attention after some time:
https://github.com/apache/iceberg/pull/1870
I think the PR is close to be merged with quite a few rounds of review
already, we should add it as a milestone of 0.12.
-Jack
On Tue, May 11, 2021 at 11:46 AM Mayur Srivastava <
ma
Hi,
I'm looking to use/implement a PostgreSQL based Iceberg catalog. I'm wondering
if one already exists and also have a few questions. I would really appreciate
any help I can get with the questions.
1. Does Iceberg have a catalog that is compatible with PostgreSQL (or any
storage backen