macOS
brew install zookeeperlocal Homebrew formula metadata
安装
brew install zookeeperlocal Homebrew formula metadata
sudo apt install zookeeperDebian stable package indexes · zookeeper · 来源: deb.debian.org
nix profile install nixpkgs#zookeepernixpkgs package indexes · pkgs/by-name/zo/zookeeper/package.nix · 来源: api.github.com
scoop install main/zookeeperScoop official bucket manifest trees · bucket/zookeeper.json · 来源: api.github.com
概览
Centralized server for distributed coordination of services
历史
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.
安全态势
broad file, network, media, or database tool signal. formula declares a Homebrew service.
orange 风险 · 中 置信度 · infrastructure
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
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.cfg可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
zkCleanup | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
zkCli | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
zkServer | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
zkServer-initialize | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
zkSnapShotToolkit | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
zkSnapshotComparer | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
zkSnapshotRecursiveSummaryToolkit | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
zkTxnLogToolkit | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:zookeeper |
|---|---|
| 版本 | 3.9.5 |
| 软件包管理器 | Homebrew |
| 主页 | https://zookeeper.apache.org/ |
| 最后更新 | 2026-06-22T14:06:45-07:00 |
| Pulse | updated |
| Bottle | 未记录 |
| 服务 | 未声明 |
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
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-dev来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.