Connecting to Kerberized Hadoop Cluster

Hi Guys,

Very excited about the product - Am trying to connect to Hive on a kerberos cluster. I can add the connection via the ui, but can’t find any config options to add a keytab or principal for Dremio to use to get a ticket from the KDC. Do you have any documentation on how to set this up?

Many thanks,
E

You can set following properties in dremio.conf:

services.kerberos.principal
services.kerberos.keytab.file.path

To setup kerberos principal and keytab for a user that is running dremio daemon.

1 Like

@eoin we’ll shortly be adding information on the configuration to our docs. Will reach out once it’s up.

1 Like