Automic VaultAutomic Vault

brew

hbase を Homebrew, Nix でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install hbase

local Homebrew formula metadata

概要

パッケージ概要

Hadoop database: a distributed, scalable, big data store

コマンドとエイリアス

  • hbase
  • start-hbase.sh
  • stop-hbase.sh

履歴

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

Apache HBase is a distributed, scalable, Bigtable-like data store built on Hadoop and HDFS for random, real-time read/write access to very large sparse tables. In package-manager terms it is a heavyweight data-system package: a CLI, daemons, configuration directory, Java/Hadoop dependency stack, and operational database all in one.

プロジェクトの歴史

The official reference guide's history appendix begins with Google's 2006 Bigtable paper, then places the start of HBase development at the end of 2006. The project was designed to bring Bigtable-like capabilities to the Hadoop ecosystem rather than to be a standalone relational database.

HBase became a Hadoop sub-project in 2008 and an Apache top-level project in 2010. That transition matters historically because it moved HBase from an add-on in the Hadoop orbit to an Apache project with its own project management committee, release process, community, and operational identity.

The HBase website describes the system as a distributed, scalable big-data store for random, real-time read/write access. It emphasizes billions of rows, millions of columns, consistent operations, automatic failover and sharding on Hadoop/HDFS, and APIs including Java, REST, Thrift, filters, and Bloom filters.

The reference guide is unusually central to the project history: it covers standalone quick starts, distributed modes, configuration files, shell usage, schema design, MapReduce integration, security, architecture, backup/restore, replication, APIs, performance tuning, operations, and development. That breadth reflects HBase's evolution from a storage engine into a production database system with a large operator surface.

採用の歴史

The official Powered by Apache HBase page lists user-submitted deployments across companies, institutions, and projects. It includes early production or large-scale use cases from Adobe, Facebook Messages, Flurry, HubSpot, OCLC WorldCat, OpenLogic, Trend Micro, Twitter, WorldLingo, Yahoo, and others.

The adoption examples show why HBase became important in the Hadoop era: teams needed low-latency reads and updates, wide sparse rows, time-series or event data, search and analytics backends, and MapReduce/Spark-adjacent processing without abandoning the commodity-cluster model.

HBase's adoption was also ecosystem-driven. Its value came not only from the database itself, but from living near HDFS, Hadoop MapReduce, ZooKeeper, Java clients, REST/Thrift gateways, and later higher-level systems such as Trafodion or Spark integrations.

使われ方

The quick start uses a standalone instance where the Master, RegionServer, and ZooKeeper daemon run in one JVM, then connects through the hbase shell to create, list, describe, put, and scan a table. Production usage moves the same model into distributed deployments with separate daemons and HDFS storage.

Administrators configure HBase through files such as conf/hbase-site.xml and conf/hbase-env.sh, start and stop services with scripts such as start-hbase.sh and stop-hbase.sh, and use the shell, Java API, REST, Thrift, MapReduce jobs, and operational tools to manage data and clusters.

パッケージ好きにとっての重要性

HBase is a classic package-manager stress test because installing the package is only the beginning. The formula has to deliver shell commands and scripts, but the real system depends on Java compatibility, Hadoop/HDFS behavior, ZooKeeper coordination, configuration files, daemon management, and careful version matching.

For package nerds, HBase also represents the Hadoop-era pattern where a local package can be used for development or a single-node quick start, while production meaning lives in clusters, configuration, and service orchestration. That makes its package metadata deceptively small compared with its operational footprint.

タイムライン

  • 2006: Google publishes the Bigtable paper.
  • 2006: HBase development starts near the end of the year.
  • 2008: HBase becomes a Hadoop sub-project.
  • 2010: HBase becomes an Apache top-level project.
  • 2020s: The official site continues to present HBase as a top-level Apache project and Bigtable-like Hadoop database.

Related projects

  • Google Bigtable is the direct design reference named by the HBase documentation.
  • Apache Hadoop, HDFS, ZooKeeper, MapReduce, Spark, REST, Thrift, and Apache Trafodion are related technologies in the official documentation and adoption pages.
  • HBase's source repository is managed by Apache through Git/GitBox.

セキュリティ状態

リスクレベル: orange

broad file, network, media, or database tool signal. formula declares a Homebrew service.

リスク分類器

リスク orange · 信頼度 中 · infrastructure

理由

  • broad file, network, media, or database tool signal
  • formula declares a Homebrew service

信号

  • metadata:service
  • text:database

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • formula メタデータがサービスまたはデーモンブロックを宣言しています。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 2 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 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
conf/hbase-site.xmlconf/hbase-env.sh

実行可能ファイル

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

コマンド種類公開範囲メモ
hbasecliグローバル実行可能ファイル
start-hbase.shcliグローバル実行可能ファイル
stop-hbase.shcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

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

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

https://hbase.apache.org

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:hbase
バージョン2.6.6
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/hbase
ホームページhttps://hbase.apache.org
リポジトリhttps://gitbox.apache.org/repos/asf?p=hbase.git
上流ドキュメントhttps://hbase.apache.org/book.html
ライセンスApache-2.0 AND GPL-3.0-or-later
ソースアーカイブhttps://www.apache.org/dyn/closer.lua?path=hbase/2.6.6/hbase-2.6.6-bin.tar.gz
最終更新2026-06-22T14:03:42-07:00
Pulseupdated
依存関係lzo, openjdk@17
ビルド依存関係ant
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービスdeclared

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

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

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

Nix95%

hbase

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

ソース経路

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

このページは 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