macOS
brew install zookeeperlocal Homebrew formula metadata
brew / Rang 1584
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für zookeeper in AI-Agent-Workflows.
Installation
brew install zookeeperlocal Homebrew formula metadata
sudo apt install zookeeperDebian stable package indexes · zookeeper · Quelle: deb.debian.org
nix profile install nixpkgs#zookeepernixpkgs package indexes · pkgs/by-name/zo/zookeeper/package.nix · Quelle: api.github.com
scoop install main/zookeeperScoop official bucket manifest trees · bucket/zookeeper.json · Quelle: api.github.com
Überblick
Centralized server for distributed coordination of services
Verlauf
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.
Sicherheitslage
broad file, network, media, or database tool signal. formula declares a Homebrew service.
orange Risiko · mittel Konfidenz · infrastructure
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
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.cfgExecutables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
zkCleanup | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
zkCli | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
zkServer | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
zkServer-initialize | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
zkSnapShotToolkit | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
zkSnapshotComparer | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
zkSnapshotRecursiveSummaryToolkit | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
zkTxnLogToolkit | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:zookeeper |
|---|---|
| Version | 3.9.5 |
| Paketmanager | Homebrew |
| Homepage | https://zookeeper.apache.org/ |
| Zuletzt aktualisiert | 2026-06-22T14:06:45-07:00 |
| Pulse | updated |
| Bottle | nicht erfasst |
| Dienst | keiner deklariert |
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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-devQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.