Accessing hive metastore using jdbc with kerberos keytab

前端 未结 1 924
天命终不由人
天命终不由人 2020-12-03 06:07

I am trying to connect to a hive metastore that has been configured to use Kerberos for authentication. This works for me when I am not trying to use a keytab file, i.e. whe

1条回答
  •  北海茫月
    2020-12-03 06:32

    Apparently, this error was caused by using the wrong encryption type when issuing the ktutil command. Switching to the correct encryption (I won't mention which we use) solved the problem.

    0 讨论(0)
提交回复
热议问题