Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Read hive table with a python script

avatar
Expert Contributor

Hello, Please I want to read a hive table from a python script. Can you help me please? My cordial thanks

1 ACCEPTED SOLUTION

avatar
Expert Contributor

Hello !

Thank you very much for your suggestions. These methods have worked and I found another very suitable method is that of using the dataframe .

Cordially

View solution in original post

7 REPLIES 7

avatar
Super Guru

Here is a good doc to explain how to access hive through python.

https://cwiki.apache.org/confluence/display/Hive/HiveClient#HiveClient-Python

avatar
Super Guru

Hi @alain TSAFACK can you please share what other way you found? It will help all members also in future.

avatar
Master Guru

avatar
Explorer

How do we connect. when kerberos is enabled?

avatar
Expert Contributor

avatar
Expert Contributor

Hello !

Thank you very much for your suggestions. These methods have worked and I found another very suitable method is that of using the dataframe .

Cordially

avatar
Explorer

We use kerberos authentication process. How to connect to hive server2 from python? Any help is highly appreciated.