Skip to content
This repository has been archived by the owner on Dec 4, 2022. It is now read-only.

tebeka/hiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What?

Packing hive thrift client in more Pythonic way.

Why?

Hive thrift libraries taken from CDH4 distribution and then mucked around to make the imports work.

How?

In code

import hiver
client = hiver.connect(host, port)
client.execute('SHOW TABLES')
rows = client.fetchAll()

Command line

Poor mans hive client

python -m hiver [script]

Who?

https://bitbucket.org/tebeka/hive

About

Hive Thrift Client for Python

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages