无法连接Kerberos Enabled HiveServer2(未找到凭据缓存文件)

时间:2018-06-18 17:31:03

标签: kerberos cloudera impala impyla

尝试从主机连接到CDH VBox Kerberos Enabled Impala。 impala-shell -k命令工作正常但我无法通过impyla连接:

Traceback (most recent call last):
  File "yarasa.py", line 2, in <module>
    conn = connect(host='127.0.0.1', port=21050, auth_mechanism='GSSAPI', kerberos_service_name='impala')
  File "/Library/Python/2.7/site-packages/impyla-0.13.6-py2.7.egg/impala/dbapi.py", line 147, in connect
    auth_mechanism=auth_mechanism)
  File "/Library/Python/2.7/site-packages/impyla-0.13.6-py2.7.egg/impala/hiveserver2.py", line 658, in connect
    transport.open()
  File "/Library/Python/2.7/site-packages/thrift_sasl/__init__.py", line 72, in open
    message=("Could not start SASL: %s" % self.sasl.getError()))
thrift.transport.TTransport.TTransportException: Could not start SASL: Error in sasl_client_start (-1) SASL(-1): generic failure: GSSAPI Error:  Miscellaneous failure (see text (No credentials cache file found)

这些是校长:

principles

klist的:

enter image description here

任何想法?

0 个答案:

没有答案