【发布时间】:2018-06-01 22:09:27
【问题描述】:
即使在使用适当的信息配置了 kerb5.conf 之后,我也无法通过使用 kerberos 身份验证的 cloudera hive 驱动程序连接到 tableau。
问题在于 /etc/krb5.conf 文件中使用的加密属性。在使它起作用之前,我已经删除了以下几行。
default_tgs_enctypes = rc4-hmac default_tkt_enctypes = rc4-hmac permitted_enctypes = rc4-hmac
【问题讨论】:
-
问题在于 /etc/krb5.conf 文件中使用的加密属性。在使它起作用之前,我已经删除了以下几行。 default_tgs_enctypes = rc4-hmac default_tkt_enctypes = rc4-hmac allowed_enctypes = rc4-hmac
-
请edit详细说明您的问题,不要将它们作为cmets发布。
标签: macos hive tableau-api cloudera