No Description

Andor Molnar 390fe37ea4 ZOOKEEPER-3375: Docs enhancements for 3.5 release 6 years ago
bin 7461a2b0d1 ZOOKEEPER-2621: ZooKeeper doesn't start on MINGW32 (Windows) 6 years ago
conf b4b6beb7e2 ZOOKEEPER-1952 Default log directory and file name can be changed(nijel, Hari Krishna Dara via rakeshr) 10 years ago
zookeeper-assembly 5779e73e4f ZOOKEEPER-3372: Cleanup pom.xml in order to let Maven clients import as few dependencies as possible 6 years ago
zookeeper-client 77d8c751f2 ZOOKEEPER-3122: Rename zookeeper-server to zookeeper 6 years ago
zookeeper-contrib 5779e73e4f ZOOKEEPER-3372: Cleanup pom.xml in order to let Maven clients import as few dependencies as possible 6 years ago
zookeeper-docs 390fe37ea4 ZOOKEEPER-3375: Docs enhancements for 3.5 release 6 years ago
zookeeper-it eb8a80134e ZOOKEEPER-3029: MAVEN MIGRATION 3.5 - 7 years ago
zookeeper-jute 77d8c751f2 ZOOKEEPER-3122: Rename zookeeper-server to zookeeper 6 years ago
zookeeper-recipes 5779e73e4f ZOOKEEPER-3372: Cleanup pom.xml in order to let Maven clients import as few dependencies as possible 6 years ago
zookeeper-server 5779e73e4f ZOOKEEPER-3372: Cleanup pom.xml in order to let Maven clients import as few dependencies as possible 6 years ago
.gitattributes d94dcda0df ZOOKEEPER-1966. VS and line breaks (Orion Hodson via fpj) 11 years ago
.gitignore 89e2c12ad7 Add .ant-targets-build.xml to the ignore list - ant generates this automatically when using bash completion. 6 years ago
.travis.yml 5779e73e4f ZOOKEEPER-3372: Cleanup pom.xml in order to let Maven clients import as few dependencies as possible 6 years ago
LICENSE.txt 47b8275402 Created notice and renamed the existing license/readme files. See ZOOKEEPER-45 17 years ago
NOTICE.txt 735b366416 Preparing for release 3.5.5 6 years ago
README.md 390fe37ea4 ZOOKEEPER-3375: Docs enhancements for 3.5 release 6 years ago
README_packaging.txt 2800005e78 ZOOKEEPER-1604 remove rpm/deb/... packaging (cnauroth via phunt) 9 years ago
build.xml 647be034fb ZOOKEEPER-3312: Upgrade Jetty to 9.4.15.v20190215 6 years ago
excludeFindBugsFilter.xml d6b4cd6c18 ZOOKEEPER-3223: Configure Spotbugs 7 years ago
ivy.xml 33cc2cac33 ZOOKEEPER-3204: Reconfig tests are constantly failing on 3.5 after applying Java 11 fix 6 years ago
ivysettings.xml 9ebf43191c ZOOKEEPER-2594: Use TLS for downloading artifacts during build (Olaf Flebbe via phunt) 9 years ago
owaspSuppressions.xml 3b8e542922 ZOOKEEPER-3262: Update dependencies flagged by OWASP report 6 years ago
pom.xml 5779e73e4f ZOOKEEPER-3372: Cleanup pom.xml in order to let Maven clients import as few dependencies as possible 6 years ago

README.md

Apache ZooKeeper

alt text

For the latest information about Apache ZooKeeper, please visit our website at:

http://zookeeper.apache.org/

and our wiki, at:

https://cwiki.apache.org/confluence/display/ZOOKEEPER

Packaging/release artifacts

Either downloaded from https://zookeeper.apache.org/releases.html or found in zookeeper-assembly/target directory after building the project with maven.

apache-zookeeper-[version].tar.gz

    Contains all the source files which can be built by running:
    mvn clean install

    To generate an aggregated apidocs for zookeeper-server and zookeeper-jute:
    mvn javadoc:aggregate
    (generated files will be at target/site/apidocs)

apache-zookeeper-[version]-bin.tar.gz

    Contains all the jar files required to run ZooKeeper
    Full documentation can also be found in the docs folder

As of version 3.5.5, the parent, zookeeper and zookeeper-jute artifacts are deployed to the central repository after the release is voted on and approved by the Apache ZooKeeper PMC:

https://repo1.maven.org/maven2/org/apache/zookeeper/zookeeper/

Java 8

If you are going to compile with Java 1.8, you should use a recent release at u211 or above.

Contributing

We always welcome new contributors to the project! See How to Contribute for details on how to submit patch through pull request and our contribution workflow.