Skip to content

ztzg/zookeeper

This branch is 21 commits behind apache/zookeeper:master.

Folders and files

NameName
Last commit message
Last commit date
Sep 19, 2024
Feb 6, 2024
Jan 27, 2022
Sep 29, 2022
Apr 1, 2022
Sep 19, 2024
Sep 19, 2024
Jul 17, 2023
Sep 19, 2024
Sep 29, 2024
Apr 30, 2024
Sep 20, 2024
Sep 10, 2024
Jul 16, 2024
Sep 25, 2024
Jul 16, 2024
Aug 23, 2023
Jul 16, 2014
Oct 3, 2023
Jul 16, 2024
Feb 9, 2021
Oct 20, 2020
Oct 20, 2020
Feb 13, 2023
Jun 24, 2008
Sep 22, 2024
Nov 6, 2021
Jan 27, 2020
Jan 17, 2021
Jan 17, 2021
Dec 5, 2021
Nov 28, 2019
Jul 16, 2024
Oct 8, 2024
Feb 15, 2024

Repository files navigation

Apache ZooKeeper GitHub Actions CI Travis CI Maven Central License

https://zookeeper.apache.org/

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

https://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 patches as pull requests and other aspects of our contribution workflow.

About

Mirror of Apache Hadoop ZooKeeper

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 74.8%
  • C++ 7.3%
  • C 6.4%
  • JavaScript 2.5%
  • TLA 2.2%
  • Python 1.7%
  • Other 5.1%