Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 463 Bytes

README.rst

File metadata and controls

23 lines (13 loc) · 463 Bytes

Install (tested on Python 3.6.x and HUE 4.1)

pip install -U https://github.com/tinylambda/hueshell/zipball/master#egg=hueshell

Configuration(~/.hue.ini)

[hue]
url = http://127.0.0.1/
username = username
password = password
default_engine = hive

Usage

python -m hueshell --sql "select count(1) from testtable"