Python client for Cloudera Impala
Project description
Python client to Cloudera Impala
(Built for Impala 0.7; uses beeswax)
Installation
Uses setuptools/distribute.
Requires thrift>=0.9.
Currently:
git clone git://github.com/laserson/impyla.git cd impyla python setup.py install
Eventually:
pip install impyla
Usage
import impala client = impala.ImpalaBeeswaxClient(‘host:port’) client.connect() results = client.execute(query)
Note that query gets parsed by impalad, not the impala-shell, so do not do things like add semicolons to the end of the query.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
impyla-0.7.tar.gz
(117.1 kB
view details)
Built Distribution
impyla-0.7-py2.7.egg
(437.2 kB
view details)
File details
Details for the file impyla-0.7.tar.gz
.
File metadata
- Download URL: impyla-0.7.tar.gz
- Upload date:
- Size: 117.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7003107579eb858e3dd8fe17840953af2827bf5ff8fb16bb27b8fdb1865b9d5d |
|
MD5 | bdf6d72dd008948c4e135f7a52ebe32e |
|
BLAKE2b-256 | a6069669104219289ac80a2590d8881981d2c596f0c80fa03c1b692335feff31 |
File details
Details for the file impyla-0.7-py2.7.egg
.
File metadata
- Download URL: impyla-0.7-py2.7.egg
- Upload date:
- Size: 437.2 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ab41a250e0dda3bc0b5426394566d1712a19b406f3f7ba0b955364c96742fb3 |
|
MD5 | 58874ac4dade493951e3434261d3f052 |
|
BLAKE2b-256 | 365d906ec67681eae9b33f54672e89164684a7c4a4dfaff82a2e4ab4c1d02faf |