Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 pyHive 连接到远程配置单元。
conn = hive.Connection(host='*********', port=10001, database='default', username='********', auth='KERBEROS', kerberos_service_name='hive').cursor()
但我总是收到这个错误
**注意:我已经有 kerberos 票
我的配置有问题吗?