Skip to content

tinylambda/hueshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

A tool for using Cloudera HUE in shell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages