tree: d7ce3a637644ea803281b380fb3985c2ae46ce8e [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
zookeeper-contrib/zookeeper-contrib-fatjar/README.md

ZooKeeper Fatjar

This package contains build to create a fat zookeeper jar. Fatjar can be used to run:

  • zookeeper server
  • zookeeper client
  • distributed load generator for testing (generateLoad)
  • container that will instantiate classes as directed by an instance manager (ic)
  • system test (systest)
  • jmh micro benchmarks (jmh)

Use following command to build fatjar

mvn clean install -P fatjar -DskipTests

To run the fatjar use:

java -jar zoookeeper-<version>-fatjar.jar