Trino connect hive auth kerberos #21226
Replies: 3 comments 1 reply
-
Kerberos uses the hive.metastore.client.principal and hive.metastore.client.keytab properties for authentication, so the hive.metastore.username property is unnecessary and can cause issues. Here's how your configuration should look: connector.name=hive |
Beta Was this translation helpful? Give feedback.
-
hive.metastore.service.principal=hive/[email protected] |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a problem connecting the trino to the hive

If I try to connect via JDBC:POSTGRESQL, the config is like this and I don’t understand the error, if I open the database with these credentials everything works.
I'm just trying to see what tables are inside my directory
Beta Was this translation helpful? Give feedback.
All reactions