Troubleshooting Trino

Kerberos and LDAP cannot be enabled at the same time since they are set using the same property, http-server.authentication.type.

If you enable LDAP on a Kerberos cluster, Kerberos authentication will be disabled for Trino. However, Kerberos will remain enabled for the Hive connector so that you can access it by making below modifications.

  • Create and add user-mappings.json and rules.json under /etc/trino/conf.
Bash
Copy
  • To add a custom krb5-user mapping, append the following line at the end of the file by Navigating to Ambari UI → TrinoAdvanced Configurationscoordinator-config.

http-server.authentication.krb5.user-mapping.file=/etc/trino/conf/user-mappings.json

Bash
Copy
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
  Last updated
On This Page
Troubleshooting Trino