1

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 ?

Anthony Lauly
  • 319
  • 2
  • 5
  • 17

0 Answers0