Hive client for Python 3.x Hive client for Python 3.x hadoop hadoop

Hive client for Python 3.x


If you have HiveServer2 installed you can use pyhs2.Or if you're execution your script locally, than you can use subprocess and catch the output of hive -e your_query;.