ZhangJian He 499d1b031f ZOOKEEPER-4826 Reduce unnecessary executable permissions on files (#2157) il y a 1 an
..
src 1ff1b779b7 ZOOKEEPER-3755: Use maven to create fatjar il y a 5 ans
README.md 1ff1b779b7 ZOOKEEPER-3755: Use maven to create fatjar il y a 5 ans
pom.xml 499d1b031f ZOOKEEPER-4826 Reduce unnecessary executable permissions on files (#2157) il y a 1 an

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