macOS
brew install zookeeperlocal Homebrew formula metadata
brew / rang 1584
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de zookeeper pour les workflows d'agents IA.
installation
brew install zookeeperlocal Homebrew formula metadata
sudo apt install zookeeperDebian stable package indexes · zookeeper · Source: deb.debian.org
nix profile install nixpkgs#zookeepernixpkgs package indexes · pkgs/by-name/zo/zookeeper/package.nix · Source: api.github.com
scoop install main/zookeeperScoop official bucket manifest trees · bucket/zookeeper.json · Source: api.github.com
aperçu
Centralized server for distributed coordination of services
historique
Apache ZooKeeper is one of the canonical packages for distributed coordination: a replicated service that gives clustered applications naming, configuration, synchronization, membership, watches, and ordered state changes. It came out of Yahoo's large-scale infrastructure work and became a foundation block for much of the Hadoop-era data stack.
ZooKeeper was developed at Yahoo to simplify coordination problems in large distributed systems. The 2010 USENIX paper by Hunt, Konar, Junqueira, and Reed describes it as a high-performance coordination kernel rather than a full application framework: clients build locks, leader election, group membership, and configuration patterns on top of a small, ordered data model.
The project moved into the Apache ecosystem through Hadoop and later became a top-level Apache project. Its model of znodes in a hierarchical namespace made it familiar to Unix-minded operators, while the ensemble architecture made it reliable enough for service discovery and cluster metadata in production systems.
ZooKeeper became deeply associated with the Hadoop generation of infrastructure because projects such as Hadoop, HBase, Kafka, SolrCloud, and other distributed systems used it to coordinate cluster state. The Apache ZooKeeper site still describes it as trusted by Kafka, Hadoop, HBase, and many other distributed systems.
The project's own PoweredBy page records adoption across companies and Apache projects for leader election, service discovery, sharding, locking, group membership, and configuration management. In the 2020s, Kafka's move toward KRaft reduced one famous dependency, but ZooKeeper remains an active Apache project and still appears in older Kafka deployments and other distributed stacks.
Operators run ZooKeeper as an odd-sized ensemble and connect applications through client libraries or zkCli. Common package-level tasks include creating znodes for configuration, watching paths for changes, tracking live members through ephemeral nodes, and supporting recipes such as leader election, distributed locks, barriers, and service discovery.
The practical caution is that ZooKeeper is coordination infrastructure, not a general database. It is strongest for small metadata, ordered updates, and read-heavy coordination workloads; using it as bulk storage or chatty application state works against the design.
ZooKeeper is package-nerd significant because it explains why so many distributed packages ship with zk-prefixed tools, conf/zoo.cfg examples, and operational advice about ensembles. For years, installing parts of the big-data stack meant also understanding ZooKeeper.
It also marks a historical transition in open-source infrastructure packaging: distributed systems stopped being single daemons and became small constellations of daemons, CLIs, config files, and service dependencies. ZooKeeper was often the coordination daemon in that constellation.
posture de sécurité
broad file, network, media, or database tool signal. formula declares a Homebrew service.
risque orange · confiance moyen · infrastructure
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
conf/zoo.cfgexécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
zkCleanup | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
zkCli | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
zkServer | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
zkServer-initialize | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
zkSnapShotToolkit | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
zkSnapshotComparer | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
zkSnapshotRecursiveSummaryToolkit | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
zkTxnLogToolkit | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
métadonnées d'installation
| Clé du paquet | brew:zookeeper |
|---|---|
| Version | 3.9.5 |
| Gestionnaire de paquets | Homebrew |
| Page d'accueil | https://zookeeper.apache.org/ |
| Dernière mise à jour | 2026-06-22T14:06:45-07:00 |
| Pulse | updated |
| Bouteille | non enregistré |
| Service | aucun déclaré |
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
libzookeeper-java 3.9.3-1+deb13u1
Core Java libraries for zookeeper
sudo apt install libzookeeper-javalibzookeeper-java-doc 3.9.3-1+deb13u1
API Documentation for zookeeper
sudo apt install libzookeeper-java-doclibzookeeper-mt-dev 3.9.3-1+deb13u1
Development files for multi threaded zookeeper C bindings
sudo apt install libzookeeper-mt-devlibzookeeper-mt2 3.9.3-1+deb13u1
Multi threaded C bindings for zookeeper
sudo apt install libzookeeper-mt2libzookeeper-st-dev 3.9.3-1+deb13u1
Development files for single threaded zookeeper C bindings
sudo apt install libzookeeper-st-devlibzookeeper-st2 3.9.3-1+deb13u1
Single threaded C bindings for zookeeper
sudo apt install libzookeeper-st2python3-zookeeper 3.9.3-1+deb13u1
Python bindings for zookeeper
sudo apt install python3-zookeeperzookeeper 3.9.3-1+deb13u1
High-performance coordination service for distributed applications
sudo apt install zookeeperzookeeper-bin 3.9.3-1+deb13u1
Command line utilities for zookeeper
sudo apt install zookeeper-binzookeeperd 3.9.3-1+deb13u1
Init control scripts for zookeeper
sudo apt install zookeeperdzookeeper
nix profile install nixpkgs#zookeeperlibzookeeper-java 3.9.1-1build2
Core Java libraries for zookeeper
sudo apt install libzookeeper-javalibzookeeper-java-doc 3.9.1-1build2
API Documentation for zookeeper
sudo apt install libzookeeper-java-doclibzookeeper-mt-dev 3.9.1-1build2
Development files for multi threaded zookeeper C bindings
sudo apt install libzookeeper-mt-devlibzookeeper-mt2 3.9.1-1build2
Multi threaded C bindings for zookeeper
sudo apt install libzookeeper-mt2libzookeeper-st-dev 3.9.1-1build2
Development files for single threaded zookeeper C bindings
sudo apt install libzookeeper-st-devpiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.