[NLUUG]   Welcome to ftp.nluug.nl
Current directory: /os/Linux/distr/salix/sbo/15.0/system/zookeeper/
 
Current bandwidth utilization 2065.97 Mbit/s
Bandwidth utilization bar
Contents of README:
ZooKeeper is a centralized service for maintaining configuration
information, naming, providing distributed synchronization, and
providing group services.

All of these kinds of services are used in some form or another by
distributed applications. Each time they are implemented there is a
lot of work that goes into fixing the bugs and race conditions that
are inevitable. Because of the difficulty of implementing these kinds
of services, applications initially usually skimp on them ,which make
them brittle in the presence of change and difficult to manage. Even
when done correctly, different implementations of these services lead
to management complexity when the applications are deployed.

This script requires a 'zookeeper' user/group to exist before running.
The recommended UID/GID is 322. You can create these like so:

groupadd -g 322 zookeeper
useradd -u 322 -g 322 -c "Zookeeper user" \
        -d /var/lib/zookeeper -s /bin/sh zookeeper

Icon  Name                                   Last modified      Size  
[DIR] Parent Directory - [TXT] README 17-Mar-2022 18:33 955 [   ] doinst.sh 02-Jul-2016 02:48 729 [TXT] java.env 02-Jul-2016 02:48 466 [   ] rc.zookeeper 02-Jul-2016 02:48 632 [TXT] slack-desc 14-Jun-2018 16:01 866 [TXT] zoo.cfg 02-Jul-2016 02:48 926 [   ] zookeeper-env.sh 02-Jul-2016 02:48 91 [TXT] zookeeper.SlackBuild 11-Jun-2022 04:03 5.1K [   ] zookeeper.info 11-Mar-2022 06:34 329

NLUUG - Open Systems. Open Standards
Become a member and get discounts on conferences and more, see the NLUUG website!