README.txt 1.5 KB

123456789101112131415161718192021222324252627282930313233343536
  1. For the latest information about ZooKeeper, please visit our website at:
  2. http://hadoop.apache.org/zookeeper/
  3. and our wiki, at:
  4. http://wiki.apache.org/hadoop/ZooKeeper
  5. Full documentation for this release can also be found in docs/index.html
  6. ---------------------------
  7. Packaging/release artifacts
  8. The release artifact contains the following jar file at the toplevel:
  9. zookeeper-<version>.jar - legacy jar file which contains all classes
  10. and source files. Prior to version 3.3.0 this
  11. was the only jar file available. It has the
  12. benefit of having the source included (for
  13. debugging purposes) however is also larger as
  14. a result
  15. The release artifact contains the following jar files in "dist-maven" directory:
  16. zookeeper-<version>.jar - bin (binary) jar - contains only class (*.class) files
  17. zookeeper-<version>-sources.jar - contains only src (*.java) files
  18. zookeeper-<version>-javadoc.jar - contains only javadoc files
  19. These bin/src/javadoc jars were added specifically to support Maven/Ivy which have
  20. the ability to pull these down automatically as part of your build process.
  21. The content of the legacy jar and the bin+sources jar are the same.
  22. As of version 3.3.0 bin/sources/javadoc jars contained in dist-maven directory
  23. are deployed to the Apache Maven repository after the release has been accepted
  24. by Apache:
  25. http://people.apache.org/repo/m2-ibiblio-rsync-repository/