https://github.com/bh2smith/hive-image
A sample Containerized Hive Instance
https://github.com/bh2smith/hive-image
Last synced: about 1 year ago
JSON representation
A sample Containerized Hive Instance
- Host: GitHub
- URL: https://github.com/bh2smith/hive-image
- Owner: bh2smith
- License: mit
- Created: 2022-11-26T14:46:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-01T15:43:31.000Z (over 3 years ago)
- Last Synced: 2025-02-17T10:47:58.485Z (over 1 year ago)
- Language: Shell
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hive-image
A sample Containerized Hive Instance
Initial Commit is taken from this excellent [Medium article](https://hshirodkar.medium.com/apache-hive-on-docker-4d7280ac6f8e)
## Installation & Run Locally
```sh
git clone git@github.com:bh2smith/hive-image.git
```
```sh
cd hive-image
docker-compose up
```