mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
5fba973743
* new file: projects/apache.org/zookeeper/README.md new file: projects/apache.org/zookeeper/package.yml * linux fix * wip * wip * killall * modified: projects/apache.org/zookeeper/package.yml * default config |
||
---|---|---|
.. | ||
package.yml | ||
README.md |
Apache ZooKeeper Usage Notes
Starting the Server
To start the ZooKeeper server, specify the path to your configuration directory using the ZOOCFGDIR
environment variable:
export ZOOCFGDIR=/path/to/your/config
zkServer start
Stopping the Server
zkServer stop
That's it! Happy ZooKeeping!