zookeeper 3.3.4+dfsg1-3 source package in Ubuntu

Changelog

zookeeper (3.3.4+dfsg1-3) unstable; urgency=low


  * Sync changes from Ubuntu:
    - Switch zookeeperd upstart configuration to use start-stop-daemon.
      Thanks to Clint Byrum for this fix.
    - Enable C and Java test suites:
      - d/patches/fixes/ZOOKEEPER-1374: Use __sync_* primitives
        instead of ASM code when available to improve portability across 
        supported platforms.
      - d/patches/fix-broken-c-client-test.patch: Fixes the unit test so
        it will pass with EINVAL which is the correct error. Thanks to
        Clint Byrum for this fix.
      - d/rules: Enable C client test suite for all architectures.
      - d/rules: Only run core Java test suite when building 
        Architecture: all packages.

 -- James Page <email address hidden>  Mon, 30 Jan 2012 13:21:21 +0000

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
any all
Section:
java
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
zookeeper_3.3.4+dfsg1-3.dsc 2.8 KiB 9df061196e762f297dcbcea47a5c4f38c327de7512206cff58e0d4b12e5a489e
zookeeper_3.3.4+dfsg1.orig.tar.gz 1.8 MiB e518eff32cfd9f8ced71bc4afb9afb8b8bc42eb9526453a04830d7dedabd9a96
zookeeper_3.3.4+dfsg1-3.debian.tar.gz 25.1 KiB 708848f7c2f826ab38a472ba3a84256f92e6200b585076215cac2e6ae05e66cb

No changes file available.

Binary packages built by this source

libzookeeper-java: Core Java libraries for zookeeper

 ZooKeeper is a centralized, reliable, service for maintaining configuration
 information, naming, providing distributed synchronization, and group
 services. All of these kinds of services are used in some form or another by
 distributed applications.
 .
 This package contains the java .jar files.

libzookeeper-java-doc: API Documentation for zookeeper

 ZooKeeper is a centralized, reliable, service for maintaining configuration
 information, naming, providing distributed synchronization, and group
 services. All of these kinds of services are used in some form or another by
 distributed applications.

libzookeeper-mt-dev: Development files for multi threaded zookeeper C bindings

 ZooKeeper is a centralized, reliable, service for maintaining configuration
 information, naming, providing distributed synchronization, and group
 services. All of these kinds of services are used in some form or another by
 distributed applications.
 .
 This package contains the development files for the multi threaded C bindings.

libzookeeper-mt2: Multi threaded C bindings for zookeeper

 ZooKeeper is a centralized, reliable, service for maintaining configuration
 information, naming, providing distributed synchronization, and group
 services. All of these kinds of services are used in some form or another by
 distributed applications.
 .
 This package contains the multi-threaded libraries for the C bindings.

libzookeeper-st-dev: Development files for single threaded zookeeper C bindings

 ZooKeeper is a centralized, reliable, service for maintaining configuration
 information, naming, providing distributed synchronization, and group
 services. All of these kinds of services are used in some form or another by
 distributed applications.
 .
 This package contains the development files for the single threaded C bindings.

libzookeeper-st2: Single threaded C bindings for zookeeper

 ZooKeeper is a centralized, reliable, service for maintaining configuration
 information, naming, providing distributed synchronization, and group
 services. All of these kinds of services are used in some form or another by
 distributed applications.
 .
 This package contains the single-threaded libraries for the C bindings.

libzookeeper2: C bindings for zookeeper - transitional package

 ZooKeeper is a centralized, reliable, service for maintaining configuration
 information, naming, providing distributed synchronization, and group
 services. All of these kinds of services are used in some form or another by
 distributed applications.
 .
 Transitional package for renaming of libzookeeper2 -> libzookeeper-mt2.

python-zookeeper: Python bindings for zookeeper

 ZooKeeper is a centralized, reliable, service for maintaining configuration
 information, naming, providing distributed synchronization, and group
 services. All of these kinds of services are used in some form or another by
 distributed applications.
 .
 This package contains the Python bindings.

zookeeper: High-performance coordination service for distributed applications

 ZooKeeper is a centralized, reliable, service for maintaining configuration
 information, naming, providing distributed synchronization, and group
 services. All of these kinds of services are used in some form or another by
 distributed applications.
 .
 This package contains the shell scripts and an example configuration but does
 not automatically start up the service. The example configuration is installed
 with the update-alternatives mechanism.

zookeeper-bin: Command line utilities for zookeeper

 ZooKeeper is a centralized, reliable, service for maintaining configuration
 information, naming, providing distributed synchronization, and group
 services. All of these kinds of services are used in some form or another by
 distributed applications.
 .
 This package contains additional zookeeper command line utilities using the C
 binding. See the "zookeeper" package for command line utilities using the java
 binding.

zookeeperd: Init control scripts for zookeeper

 ZooKeeper is a centralized, reliable, service for maintaining configuration
 information, naming, providing distributed synchronization, and group
 services. All of these kinds of services are used in some form or another by
 distributed applications.
 .
 This package contains init.d scripts to start and stop zookeeper and starts
 zookeeper on installation.