1ZooKeeper Fatjar
2================
3
4This package contains build to create a fat zookeeper jar. Fatjar can be used to run:
5- zookeeper server
6- zookeeper client
7- distributed load generator for testing (generateLoad)
8- container that will instantiate classes as directed by an instance manager (ic)
9- system test (systest)
10- jmh micro benchmarks (jmh)
11
12
13Use following command to build fatjar
14```
15mvn clean install -P fatjar -DskipTests
16```
17
18To run the fatjar use:
19```
20java -jar zoookeeper-<version>-fatjar.jar
21```
22