Automic VaultAutomic Vault

brew

hadoop を Homebrew, chocolatey, MacPorts, Nix でインストール

hadoop のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install hadoop

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install hadoop

MacPorts ports tree · java/hadoop/Portfile · ソース: api.github.com

概要

パッケージ概要

Framework for distributed processing of large data sets

コマンドとエイリアス

  • FederationStateStore
  • distribute-exclude.sh
  • hadoop
  • hadoop-daemon.sh
  • hadoop-daemons.sh
  • hdfs
  • httpfs.sh
  • kms.sh
  • mapred
  • mr-jobhistory-daemon.sh
  • refresh-namenodes.sh
  • start-all.sh
  • start-balancer.sh
  • start-dfs.sh
  • start-secure-dns.sh
  • start-yarn.sh
  • stop-all.sh
  • stop-balancer.sh
  • stop-dfs.sh
  • stop-secure-dns.sh
  • stop-yarn.sh
  • workers.sh
  • yarn-daemon.sh
  • yarn-daemons.sh

履歴

プロジェクトの歴史と使われ方

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.

タイムライン

  • 2006: Hadoop code moved out of Nutch, the project was approved, and release 0.1.0 was published.
  • 2011: Hadoop 1.0.0 was released from the 0.20-security code line.
  • 2012: Hadoop 2.0.0-alpha introduced HDFS HA, YARN, HDFS Federation, and protobuf wire compatibility.
  • 2012: Hadoop 2.0.2-alpha notes recorded a more stable YARN deployed on a 2000-node cluster.
  • 2017: Hadoop 3.0.0 documentation described HDFS erasure coding and other 3.x architecture updates.
  • 2024: Apache announced the Hadoop 3.4 line with thousands of fixes, improvements, and enhancements since 3.3.
  • 2026: Apache announced the Hadoop 3.5 line with hundreds of fixes, improvements, and enhancements since 3.4.

Related projects

  • Apache Nutch: origin project from which Hadoop's early MapReduce and distributed filesystem code split.
  • HDFS: Hadoop Distributed File System storage layer.
  • YARN: Hadoop cluster resource-management framework.
  • MapReduce: batch-processing framework and command surface in Hadoop.
  • Apache HBase, Hive, Pig, Oozie, and Sqoop: common Hadoop-era ecosystem projects referenced in Apache release and setup material.

セキュリティ状態

リスクレベル: blue

broad file, network, media, or database tool signal.

リスク分類器

リスク blue · 信頼度 中 · tool

理由

  • broad file, network, media, or database tool signal

信号

  • text:http

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 1 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
$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

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
FederationStateStorecliグローバル実行可能ファイル
distribute-exclude.shcliグローバル実行可能ファイル
hadoopcliグローバル実行可能ファイル
hadoop-daemon.shcliグローバル実行可能ファイル
hadoop-daemons.shcliグローバル実行可能ファイル
hdfscliグローバル実行可能ファイル
httpfs.shcliグローバル実行可能ファイル
kms.shcliグローバル実行可能ファイル
mapredcliグローバル実行可能ファイル
mr-jobhistory-daemon.shcliグローバル実行可能ファイル
refresh-namenodes.shcliグローバル実行可能ファイル
start-all.shcliグローバル実行可能ファイル
start-balancer.shcliグローバル実行可能ファイル
start-dfs.shcliグローバル実行可能ファイル
start-secure-dns.shcliグローバル実行可能ファイル
start-yarn.shcliグローバル実行可能ファイル
stop-all.shcliグローバル実行可能ファイル
stop-balancer.shcliグローバル実行可能ファイル
stop-dfs.shcliグローバル実行可能ファイル
stop-secure-dns.shcliグローバル実行可能ファイル
stop-yarn.shcliグローバル実行可能ファイル
workers.shcliグローバル実行可能ファイル
yarn-daemon.shcliグローバル実行可能ファイル
yarn-daemons.shcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-10
マネージャ版3.5.0
マネージャ更新日2026-06-22
ローカルデータOK
上流not checked
検出された最新未検出

https://hadoop.apache.org/

インストールメタデータ

パッケージメタデータ

パッケージキー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
Pulseupdated
依存関係openjdk@17
Bottle利用可能 (対象 all)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namehadoop
Version Scheme0
Revision0
Conflicts With
  • corepack
  • yarn
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

hadoop

nix profile install nixpkgs#hadoop
  • normalized package name match
  • 一致条件: Hadoop
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: hadoop from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
MacPorts95%

hadoop

sudo port install hadoop
  • normalized package name match
  • 一致条件: Hadoop
MacPorts ports tree · api.github.com · MacPorts ports tree: java/hadoop/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Chocolatey95%

hadoop

choco install hadoop
  • normalized package name match
  • 一致条件: Hadoop
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: hadoop from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='8.884','vim-x64'

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment