macOS
brew install hadooplocal Homebrew formula metadata
sudo port install hadoopMacPorts ports tree · java/hadoop/Portfile · 来源: api.github.com
安装
brew install hadooplocal Homebrew formula metadata
sudo port install hadoopMacPorts ports tree · java/hadoop/Portfile · 来源: api.github.com
nix profile install nixpkgs#hadoopnixpkgs package indexes · hadoop · 来源: raw.githubusercontent.com
choco install hadoopChocolatey community package catalog · hadoop · 来源: community.chocolatey.org
概览
Framework for distributed processing of large data sets
历史
Apache Hadoop is the Apache Software Foundation framework for reliable, scalable, distributed computing across clusters. The Homebrew package exposes the command-line surface around Hadoop Common, HDFS, YARN, and MapReduce, making it a developer workstation entry point into a historically server-oriented big-data stack.
Apache's early Hadoop documentation records the project split from Nutch MapReduce and distributed filesystem code in 2006, with Hadoop code moved into its own source tree in February, project approval in March, and release 0.1.0 in April. The project grew around a practical abstraction: store data across many machines with HDFS and run distributed computation with MapReduce.
Hadoop 1.0.0 arrived in December 2011 after what Apache called six years of gestation. That release came from the 0.20-security line and included security, HBase-related HDFS append/sync work, WebHDFS, and performance improvements. The 1.x era established Hadoop as a deployable foundation for large-scale storage and batch processing.
The 2.x line changed Hadoop's architecture by introducing YARN, described in Apache release notes as NextGen MapReduce. YARN separated cluster resource management from the MapReduce programming model, letting Hadoop run a wider set of distributed applications while keeping HDFS as a common storage layer. Apache's 2.0.2-alpha notes also recorded YARN deployment on a 2000-node cluster at release time.
Hadoop 3.x continued the infrastructure evolution. The 3.0.0 documentation highlights erasure coding in HDFS for lower storage overhead than three-way replication, along with a broader set of HDFS, YARN, MapReduce, and operational features. Later Apache site news documents 3.4 and 3.5 lines as large maintenance and enhancement releases.
Hadoop's adoption history is tied to the rise of commodity-cluster data processing. The Apache homepage describes a framework designed to scale from single servers to thousands of machines, with failure detection and handling in the application layer rather than relying only on hardware high availability.
The broader ecosystem made Hadoop more than one binary. Apache release notes and docs refer to HBase, Pig, Oozie, Hive, Sqoop, WebHDFS, and YARN applications as downstream or companion systems. For package managers, that ecosystem means Hadoop often arrives as a dependency, local test harness, or compatibility target even when production clusters are provisioned by other means.
On a workstation, the package is commonly used for command-line tools such as `hadoop`, `hdfs`, `yarn`, and `mapred`, for local pseudo-distributed testing, for interacting with HDFS-compatible services, or for building software that expects Hadoop client libraries and scripts. The single-node setup docs are a common starting point because they let developers run Hadoop locally before touching a cluster.
Operational Hadoop usage is configuration-heavy. Apache cluster setup documentation names site-specific XML files under `etc/hadoop`, including core-site.xml, hdfs-site.xml, yarn-site.xml, and mapred-site.xml, plus environment scripts such as hadoop-env.sh and yarn-env.sh. The same docs instruct administrators to distribute configuration to HADOOP_CONF_DIR across machines.
Hadoop is a heavyweight formula by package-manager standards: a Java-centric distributed-systems stack with many scripts, XML configs, daemon roles, and ecosystem expectations. It matters to package nerds because installing it locally can satisfy client tooling, build-time assumptions, demos, and compatibility tests without standing up a full distribution.
It is also a naming and dependency landmark. Many big-data packages historically needed to say which Hadoop line, HDFS client, YARN API, or MapReduce compatibility level they targeted. That makes the package less about a single executable and more about a versioned contract with the surrounding data ecosystem.
安全态势
broad file, network, media, or database tool signal.
blue 风险 · 中 置信度 · tool
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
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.
$HADOOP_CONF_DIR/core-site.xml$HADOOP_CONF_DIR/hdfs-site.xml$HADOOP_CONF_DIR/mapred-site.xml$HADOOP_CONF_DIR/yarn-site.xmletc/hadoop/core-site.xmletc/hadoop/hdfs-site.xmletc/hadoop/mapred-site.xmletc/hadoop/yarn-site.xml可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
FederationStateStore | cli | 全局可执行文件 | |
distribute-exclude.sh | cli | 全局可执行文件 | |
hadoop | cli | 全局可执行文件 | |
hadoop-daemon.sh | cli | 全局可执行文件 | |
hadoop-daemons.sh | cli | 全局可执行文件 | |
hdfs | cli | 全局可执行文件 | |
httpfs.sh | cli | 全局可执行文件 | |
kms.sh | cli | 全局可执行文件 | |
mapred | cli | 全局可执行文件 | |
mr-jobhistory-daemon.sh | cli | 全局可执行文件 | |
refresh-namenodes.sh | cli | 全局可执行文件 | |
start-all.sh | cli | 全局可执行文件 | |
start-balancer.sh | cli | 全局可执行文件 | |
start-dfs.sh | cli | 全局可执行文件 | |
start-secure-dns.sh | cli | 全局可执行文件 | |
start-yarn.sh | cli | 全局可执行文件 | |
stop-all.sh | cli | 全局可执行文件 | |
stop-balancer.sh | cli | 全局可执行文件 | |
stop-dfs.sh | cli | 全局可执行文件 | |
stop-secure-dns.sh | cli | 全局可执行文件 | |
stop-yarn.sh | cli | 全局可执行文件 | |
workers.sh | cli | 全局可执行文件 | |
yarn-daemon.sh | cli | 全局可执行文件 | |
yarn-daemons.sh | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:hadoop |
|---|---|
| 版本 | 3.5.0 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/hadoop |
| 主页 | https://hadoop.apache.org/ |
| 仓库 | https://gitbox.apache.org/repos/asf?p=hadoop.git |
| 上游文档 | https://hadoop.apache.org/ |
| 许可证 | Apache-2.0 |
| 源码归档 | https://www.apache.org/dyn/closer.lua?path=hadoop/common/hadoop-3.5.0/hadoop-3.5.0.tar.gz |
| 最后更新 | 2026-06-22T14:03:41-07:00 |
| Pulse | updated |
| 依赖 | openjdk@17 |
| Bottle | 可用 (于 all) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | hadoop |
| Version Scheme | 0 |
| Revision | 0 |
| Conflicts With |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
hadoop
nix profile install nixpkgs#hadoophadoop
sudo port install hadoophadoop
choco install hadoop来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.