inuits/zookeeper-el7-rpm

Name: zookeeper-el7-rpm

Owner: Inuits

Description: A set of scripts to package Apache Zookeeper into an rpm (CentOS/RedHat 7)

Created: 2016-01-10 18:14:51.0

Updated: 2016-01-10 18:14:51.0

Pushed: 2016-04-19 09:24:05.0

Homepage: null

Size: 10

Language: Makefile

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

zookeeper-redhat7-rpm

A set of scripts to package zookeeper into an rpm. Requires CentOS/RedHat 7.

Setup
sudo yum install make rpmdevtools
Building
make rpm

Resulting RPM will be avaliable at $(shell pwd)/x86_64

Installing and operating
sudo yum install zookeeper*.rpm
sudo systemctl start zookeeper
sudo systemctl enable zookeeper

Zookeeper shell is available via /usr/local/bin/zkcli or just zkcli since /usr/local/bin is usually in the $PATH.

Default locations

binaries: /opt/zookeeper
data: /var/lib/zookeeper
logs: /var/log/zookeeper
configs: /etc/zookeeper, /etc/sysconfig/zookeeper


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.