cloudera / hs2client

C++ native client for Impala and Hive, with Python / pandas bindings
Apache License 2.0
73 stars 22 forks source link

Does hs2client support kerberos connection? #28

Open Azusain opened 4 months ago

Azusain commented 4 months ago

I've been searching for a Hive driver that supports Kerberos authentication for quite a long time. Then I found hs2client and tried to integrate these cpp codes into a golang project, I wonder whether hs2client supports Kerberos as I couldn't find example codes on using hs2client to connect to Hive with Kerberos authentication? Thanks for you guys' efforts!

wesm commented 4 months ago

We did not get to implementing the SASL/Kerberos support in this client, but with some effort it could be implemented. It would also be good to retrofit this library with Arrow support, but it hasn't been a priority for me because I don't actively use Hive or Impala lately.

Azusain commented 4 months ago

et to implementing the SASL/Kerberos support in this client, but with some effort it could be implemented. It would also be good to retrofit this library with Arrow support, but it

Thanks for your advice!!!I will take a look at Arrow.