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

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

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
```