https://github.com/logicalclocks/hive-chef
Karamelized cookbook for Installing Apache Hive on Hops
https://github.com/logicalclocks/hive-chef
Last synced: 4 months ago
JSON representation
Karamelized cookbook for Installing Apache Hive on Hops
- Host: GitHub
- URL: https://github.com/logicalclocks/hive-chef
- Owner: logicalclocks
- License: agpl-3.0
- Created: 2017-02-17T13:36:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-09T12:59:13.000Z (over 1 year ago)
- Last Synced: 2025-02-26T23:37:39.402Z (over 1 year ago)
- Language: HTML
- Size: 1.29 MB
- Stars: 0
- Watchers: 13
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
HopsHive Chef Cookbook
======
Recipe to install HopsHive
## Configuration
`/srv/hops/apache-hive/conf/hive-site.xml`
## Start/Stop/Restart
```
# systemctl start/stop/restart hivemetastore
# systemctl start/stop/restart hiveserver2
```
## Logs
```
# journalctl -u hivemetastore -r
# journalctl -u hiveserver2 -r
```