Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sixeyed/hive-succinctly


https://github.com/sixeyed/hive-succinctly

Last synced: about 5 hours ago
JSON representation

Awesome Lists containing this project

README

        

# hive-succinctly

docker run -d -p 9999:9999 -p 8080:8080--name hive -h hive sixeyed/hive-succinctly

docker exec -it hive beeline -u jdbc:hive2://127.0.0.1:10000 -n root --verbose
...
!quit

## or with hbase:

docker-compose up -d