pyHive error TTransportException: Could not start SASL

192 Views Asked by At

I am trying to connect to remote hive using pyHive.

conn = hive.Connection(host='*********', port=10001, database='default', username='********',
                       auth='KERBEROS', kerberos_service_name='hive').cursor()

But I always got this error enter image description here

**Notes: I already have the kerberos ticket enter image description here

Is there something wrong with my configuration ?

0

There are 0 best solutions below