pantry/projects/apache.org/zookeeper/README.md
Andrew 5fba973743
apache.org/zookeeper (#3726)
* 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
2023-11-01 13:24:47 -04:00

18 lines
326 B
Markdown

# Apache ZooKeeper Usage Notes
## Starting the Server
To start the ZooKeeper server, specify the path to your configuration directory using the `ZOOCFGDIR` environment variable:
```bash
export ZOOCFGDIR=/path/to/your/config
zkServer start
```
## Stopping the Server
```bash
zkServer stop
```
That's it! Happy ZooKeeping!