Skip to content

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

Notifications You must be signed in to change notification settings

hpcugent/zookeeper-rpm

 
 

Repository files navigation

zookeeper-rpm

This is a set of scripts to make zookepeer rpm package for CentOS/RedHat 7 and now also RHEL 9. RHEL 9 build runs with Java 17. Logback logging is now used.

Setup

sudo yum install make rpmdevtools wget

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 and 9)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 75.1%
  • Shell 24.9%