macOS
brew install alluxiolocal Homebrew formula metadata
brew
alluxio のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install alluxiolocal Homebrew formula metadata
概要
Open Source Memory Speed Virtual Distributed Storage
履歴
Alluxio is an open source data orchestration and virtual distributed storage system. It sits between compute frameworks and storage systems, presenting a unified namespace and APIs while caching data close to analytics and AI workloads.
The Alluxio README states that the project was formerly known as Tachyon and originated as a UC Berkeley AMPLab research project. It was the data layer of the Berkeley Data Analytics Stack, and the README points readers to Haoyuan Li's dissertation, Alluxio: A Virtual Distributed File System, for the research background.
The project later became Alluxio, an Apache-licensed open source system owned by the Alluxio Open Source Foundation and managed by an Alluxio Project Management Committee. Official docs position it as data orchestration technology for analytics and AI, with a memory-first tiered architecture, global namespace, and server-side API translation.
Official documentation says Alluxio has attracted more than 1000 contributors from over 300 institutions including Alibaba, Baidu, CMU, Google, IBM, Intel, NJU, Red Hat, Tencent, UC Berkeley, and Yahoo. It also says the project is deployed in production by hundreds of organizations, while the README describes petabyte-scale production deployments and a largest deployment exceeding thousands of nodes.
Alluxio adoption followed the data-platform pattern of being useful when compute and storage are decoupled. Its docs call out use with Apache Spark, Presto, Tensorflow, Apache HBase, Apache Hive, and Apache Flink above storage systems such as Amazon S3, Google Cloud Storage, OpenStack Swift, HDFS, IBM Cleversafe, EMC ECS, Ceph, NFS, Minio, and Alibaba OSS.
Operators deploy an Alluxio master and workers, mount persistent under storage into the Alluxio namespace, and point compute jobs at Alluxio through HDFS-compatible, S3, FUSE/POSIX, REST, or Java APIs. The Spark guide, for example, shows Spark applications reading and writing `alluxio://` paths while Alluxio transparently fetches and caches data from under storage.
The command-line package includes administrative and cluster scripts such as `alluxio`, `alluxio-start.sh`, `alluxio-stop.sh`, `alluxio-masters.sh`, and `alluxio-workers.sh`. In package-manager terms this is not just a CLI utility; it is a local entry point into a distributed service stack.
Alluxio is significant to package people because it packages a full distributed Java data system behind Unix-style scripts. A Homebrew install can be convenient for development and local testing, but production use usually involves clusters, Docker, Kubernetes, Hadoop/Spark classpaths, and configuration files.
The former Tachyon name, AMPLab origin, and BDAS connection tie Alluxio to the same research-to-production wave that shaped Spark-era big data infrastructure. Its package metadata has to communicate storage, cache, filesystem, and orchestration at once because all of those labels are true in different deployment modes.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
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.
${alluxio.conf.dir}/alluxio-site.properties${user.home}/.alluxio/alluxio-site.properties/etc/alluxio/alluxio-site.properties実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
alluxio | cli | グローバル実行可能ファイル | |
alluxio-common.sh | cli | グローバル実行可能ファイル | |
alluxio-masters.sh | cli | グローバル実行可能ファイル | |
alluxio-monitor.sh | cli | グローバル実行可能ファイル | |
alluxio-mount.sh | cli | グローバル実行可能ファイル | |
alluxio-start.sh | cli | グローバル実行可能ファイル | |
alluxio-stop.sh | cli | グローバル実行可能ファイル | |
alluxio-workers.sh | cli | グローバル実行可能ファイル | |
launch-process | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:alluxio |
|---|---|
| バージョン | 2.9.5 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/alluxio |
| ホームページ | https://www.alluxio.io/ |
| リポジトリ | https://github.com/Alluxio/alluxio |
| 上流ドキュメント | https://documentation.alluxio.io/os-en |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://downloads.alluxio.io/downloads/files/2.9.5/alluxio-2.9.5-bin.tar.gz |
| 最終更新 | 2026-05-02T13:22:26+03:00 |
| Pulse | updated |
| 依存関係 | openjdk@11 |
| Bottle | 利用可能 (対象 all) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
| 注意点 | To configure alluxio, edit $HOMEBREW_PREFIX/etc/alluxio/alluxio-env.sh $HOMEBREW_PREFIX/etc/alluxio/alluxio-site.properties To use `alluxio-fuse` on macOS: brew install --cask macfuse |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | alluxio |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | yes |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.