B.Mr.W.
B.Mr.W.

Reputation: 19648

Access Hive (Hiveserver2) Using Python

My whole goal is to manipulate Hive like everyone manipulate sqldb using MySQLdb in Python.

Any help would be appreicated!

Upvotes: 0

Views: 3419

Answers (2)

B.Mr.W.
B.Mr.W.

Reputation: 19648

Finally, I use this package to do what I want.

pyhs2

Upvotes: 2

Romain
Romain

Reputation: 7082

If using the Hue shell Hue comes as dependency. If you want to streamline it you would need to isolate the Thrift implentation lib and generated Python from the HiveServer2 Thrift interface.

Upvotes: 0

Related Questions