Top "Pyhive" questions

How to access remote hive using pyhive

Used this link to try to connect to a remote hive. Below is the code used. The error msg received …

python hadoop pyhive
No module named 'pyhive'

I'm trying to access data from Hive in a iPython Notebook. So I run pip3 install PyHive This returns Requirement …

python python-3.x hive ipython pyhive
How can i connect to presto pyhive?

I want to connect presto using pyhive in zeppelin now, I follows about https://github.com/dropbox/PyHive I use …

python python-unicode pyhive
Creating Table w PyHive & SqlAlchemy

I'm trying to create a table in a Hive Database using SqlAlchemy ORM. My setting is Python 3.6 with PyHive==0.6.1 and …

python python-3.x hive sqlalchemy pyhive
Insert Into Hive Using Pyhive invoke an error

I am using pyhive to interact with hive. The SELECT statement going well using this code bellow. # Import hive module …

python hive pyhive