我正在通过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)