"Fossies" - the Fresh Open Source Software Archive

Member "apache-zookeeper-3.8.1/zookeeper-contrib/zookeeper-contrib-fatjar/README.md" (25 Jan 2023, 512 Bytes) of package /linux/misc/apache-zookeeper-3.8.1.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format (assuming markdown format). Alternatively you can here view or download the uninterpreted source code file. A member file download can also be achieved by clicking within a package contents listing on the according byte size field.

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