Replies: 1 comment
-
There are two servers in Gravitino,
Iceberg REST server could use the Iceberg catalog configuration from the Gravitino server but not the inverse. Unfortunately Gravitino only support Kerbors with Hive catalog backend, not support for JDBC backend yet. You could create an Github issue for your requirement or implement it by your self, refer https://github.com/apache/gravitino/blob/main/iceberg/iceberg-common/src/main/java/org/apache/gravitino/iceberg/common/utils/IcebergCatalogUtil.java#L79-L95 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello folks,
I'm trying to configure Iceberg Rest catalog with a backend on Postgresql and warehouse on HDFS but I'm little confused :)
In gravitino-iceberg-rest-server-0.7.0-incubating-bin/conf/gravitino-iceberg-rest-server.conf I set :
And I put my core-site.xml and hdfs-site.xml in the conf folder
But when I want to create the catalog in gravitino, It doesn't take the Rest catalog itself but again the backend and storage configuration.
Why it didn't use directly the Iceberg Rest Catalog : http://localhost:9001/iceberg?
I probably missed something :D
I Have also an issue to communicate with hdfs. Is it posible to provide a kerberos keytab?
(Caused by: org.ietf.jgss.GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)
at java.security.jgss/sun.security.jgss.krb5.Krb5InitCredential.getInstance(Krb5InitCredential.java:162) ~[java.security.jgss:?])
Have you any example to configure an Iceberg Rest Catalog with backend in jdbc and storage on HDFS with an HDFS authentication through kerberos?
Thanks for your help
Beta Was this translation helpful? Give feedback.
All reactions