Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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
Visitor

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
Visitor

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