Skip to content

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

Notifications You must be signed in to change notification settings

thias/zookeeper-el7-rpm

 
 

Repository files navigation

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)/noarch/

Installing and operating

sudo yum install zookeeper*.rpm
sudo systemctl enable zookeeper
sudo systemctl start zookeeper

Zookeeper shell is available via zkcli.

Default locations

archives: /usr/share/java/zookeeper data: /var/lib/zookeeper logs: /var/log/zookeeper configs: /etc/zookeeper, /etc/sysconfig/zookeeper

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 78.3%
  • Shell 21.7%