如何通过Python与Kerborized HIVE连接?

时间:2019-04-05 11:33:59

标签: python hive kerberos

我正在通过python连接到内核化的蜂巢。但这是行不通的。以前,我可以在未内核化时将其连接。

我已经尝试安装sasl,但是没有安装

query='select * from ppb_prf_temip.temip_log limit 10'
conn = hive.Connection(host="10.22.1.1",port=21050, auth='KERBEROS',kerberos_service_name='hive')
df_hive1 = pd.read_sql(query, conn)

0 个答案:

没有答案