macOS
brew install hadooplocal Homebrew formula metadata
sudo port install hadoopMacPorts ports tree · java/hadoop/Portfile · ソース: api.github.com
brew
hadoop のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
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ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.