Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sixeyed/hive-succinctly
https://github.com/sixeyed/hive-succinctly
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/sixeyed/hive-succinctly
- Owner: sixeyed
- License: mit
- Created: 2015-12-31T09:49:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-09T22:36:33.000Z (almost 9 years ago)
- Last Synced: 2023-03-10T21:42:35.628Z (over 1 year ago)
- Language: Groff
- Size: 27.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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