8000 GitHub - aredeex/zoobin: First pass at making a wrapper for core zookeeper hab
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

aredeex/zoobin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

zoobin

Zookeeper binary wrapper with the intent to be called in a unit file

Maintainers

Names of core plans maintainers (The Habitat Maintainers humans@habitat.sh is usually sufficient)

Type of Package

binary package

Usage

Call hab package withing a startup script or unit file

ex. hab pkg exec aredeex/zoobin zkServer.sh start /etc/zookeeper/conf/zoo.cfg

when used this way you will need to export the needed env in the unitfile/startup script used

example unitfile entires:

  Environment=ZOOMAIN=org.apache.zookeeper.server.quorum.QuorumPeerMain
  Environment=ZOOCFGDIR=/etc/zookeeper/conf
  Environment=ZOOCFG=/etc/zookeeper/conf/zoo.cfg
  Environment=ZOO_LOG_DIR=/var/log/zookeeper
  Environment=ZOO_LOG4J_PROP=INFO,ROLLINGFILE
  Environment=JMXLOCALONLY=true

About

First pass at making a wrapper for core zookeeper hab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0