Skip to content Skip to sidebar Skip to footer
Showing posts with the label Hive

Pyhive, Sqlalchemy Can Not Connect To Hadoop Sandbox

I have installed, pip install thrift pip install PyHive pip install thrift-sasl and since pip ins… Read more Pyhive, Sqlalchemy Can Not Connect To Hadoop Sandbox

Why "importerror: No Module Named Builtins" Appears After Importing Hive From Pyhive Package?

I have a simple question to ask. I have been trying to execute HIVE queries from Python using impyl… Read more Why "importerror: No Module Named Builtins" Appears After Importing Hive From Pyhive Package?

Python Variable Passed As Hive Query

I am trying to create a python script that will ask the user for input. This input will be stored … Read more Python Variable Passed As Hive Query

Hive Parseexception In Drop Table Statement

I'm using python and pyodbc module in particular to execute Hive queries on Hadoop. The portion… Read more Hive Parseexception In Drop Table Statement

Start Hivethriftserver Programmatically In Python

In the spark-shell (scala), we import, org.apache.spark.sql.hive.thriftserver._ for starting Hive T… Read more Start Hivethriftserver Programmatically In Python

Compare Two Partitions Of Table In Hive

I need to compare data changes in two partitions of table in Hive. Specifically, I have two partiti… Read more Compare Two Partitions Of Table In Hive

Why "ImportError: No Module Named Builtins" Appears After Importing Hive From PyHive Package?

I have a simple question to ask. I have been trying to execute HIVE queries from Python using impyl… Read more Why "ImportError: No Module Named Builtins" Appears After Importing Hive From PyHive Package?