macOS
brew install hadooplocal Homebrew formula metadata
sudo port install hadoopMacPorts ports tree · java/hadoop/Portfile · source: api.github.com
brew
Framework for distributed processing of large data sets. Version 3.5.0 via Homebrew; verified 2026-06-22.
install
brew install hadooplocal Homebrew formula metadata
sudo port install hadoopMacPorts ports tree · java/hadoop/Portfile · source: api.github.com
nix profile install nixpkgs#hadoopnixpkgs package indexes · hadoop · source: raw.githubusercontent.com
choco install hadoopChocolatey community package catalog · hadoop · source: community.chocolatey.org
overview
Framework for distributed processing of large data sets
history
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.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to 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.
$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.xmlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
FederationStateStore | cli | global executable | |
distribute-exclude.sh | cli | global executable | |
hadoop | cli | global executable | |
hadoop-daemon.sh | cli | global executable | |
hadoop-daemons.sh | cli | global executable | |
hdfs | cli | global executable | |
httpfs.sh | cli | global executable | |
kms.sh | cli | global executable | |
mapred | cli | global executable | |
mr-jobhistory-daemon.sh | cli | global executable | |
refresh-namenodes.sh | cli | global executable | |
start-all.sh | cli | global executable | |
start-balancer.sh | cli | global executable | |
start-dfs.sh | cli | global executable | |
start-secure-dns.sh | cli | global executable | |
start-yarn.sh | cli | global executable | |
stop-all.sh | cli | global executable | |
stop-balancer.sh | cli | global executable | |
stop-dfs.sh | cli | global executable | |
stop-secure-dns.sh | cli | global executable | |
stop-yarn.sh | cli | global executable | |
workers.sh | cli | global executable | |
yarn-daemon.sh | cli | global executable | |
yarn-daemons.sh | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:hadoop |
|---|---|
| Version | 3.5.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/hadoop |
| Homepage | https://hadoop.apache.org/ |
| Repository | https://gitbox.apache.org/repos/asf?p=hadoop.git |
| Upstream docs | https://hadoop.apache.org/ |
| License | Apache-2.0 |
| Source archive | https://www.apache.org/dyn/closer.lua?path=hadoop/common/hadoop-3.5.0/hadoop-3.5.0.tar.gz |
| Last updated | 2026-06-22T14:03:41-07:00 |
| Pulse | updated |
| Dependencies | openjdk@17 |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
hadoop
nix profile install nixpkgs#hadoophadoop
sudo port install hadoophadoop
choco install hadoopsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.