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

Hive Client For Python 3.x

is it possible to connect to hadoop and run hive queries using Python 3.x? I am using Python 3.4.1.… Read more Hive Client For Python 3.x

Python - Hive Commands Using Subprocess - Empty Results

I'm using subprocess to run hive commands in python, but am getting empty results. If i run the… Read more Python - Hive Commands Using Subprocess - Empty Results

Remove Empty Line Printed From Hive Query Output Using Python

i am performing a hive query and storing the output in a tsv file in the local FS. I am running a f… Read more Remove Empty Line Printed From Hive Query Output Using Python

How To Find The Pathing Flow And Rank Them Using Pig Or Hive?

Below is the example for my use case. Solution 1: You can reference this question where an OP was… Read more How To Find The Pathing Flow And Rank Them Using Pig Or Hive?

How To Export All Hive Databases And Their Tables To A Csv Or Txt Fiile

I am trying to output all tables in a database to an csv or text file. I can output all the databas… Read more How To Export All Hive Databases And Their Tables To A Csv Or Txt Fiile

Reading And Writing From Hive Tables With Spark After Aggregation

We have a hive warehouse, and wanted to use spark for various tasks (mainly classification). At tim… Read more Reading And Writing From Hive Tables With Spark After Aggregation

Spark 2.2 Thrift Server Error On Dataframe Numberformatexception When Query Hive Table

I have Hortonworks HDP 2.6.3 running Spark2 (v2.2). My test case is very simple: Create a Hive tab… Read more Spark 2.2 Thrift Server Error On Dataframe Numberformatexception When Query Hive Table