macOS
brew install apache-drilllocal Homebrew formula metadata
brew
apache-drill のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install apache-drilllocal Homebrew formula metadata
sudo apt install sqllineDebian stable package indexes · sqlline · ソース: deb.debian.org
nix profile install nixpkgs#sqllinenixpkgs package indexes · pkgs/by-name/sq/sqlline/package.nix · ソース: api.github.com
概要
Schema-free SQL Query Engine for Hadoop, NoSQL and Cloud Storage
履歴
Apache Drill is a distributed SQL query engine for self-describing data, aimed at interactive analysis over Hadoop, NoSQL systems, cloud object stores, files, and other semi-structured sources without forcing users to predefine schemas.
Drill was created in the Apache ecosystem as an implementation inspired by Google's Dremel paper and entered the Apache Incubator in 2012. The project graduated as an Apache top-level project in November 2014, with ASF materials emphasizing both the Dremel lineage and the goal of letting analysts query large, changing datasets directly.
The 1.0 release followed in May 2015. By then Drill was positioned as a self-service SQL layer for Hadoop, HBase, NoSQL, and files, with ordinary SQL clients, JDBC/ODBC tooling, and the bundled sqlline shell acting as the day-to-day interface.
ASF's top-level project announcement described a community with contributors from MapR, Hortonworks, Pentaho, Cisco, and others. Its adoption pitch was less about replacing a warehouse and more about shortening the path from raw data to exploratory SQL, especially where schemas were late-binding or data lived outside a single database.
Drill's package-manager appeal comes from that same shape: install a JVM-based query layer, point storage plugins at local files, HDFS, S3, MongoDB, HBase, Hive, Kafka, and similar systems, then query them from a shell or BI client without running a separate ingestion pipeline first.
The Homebrew package exposes Drill launch and helper scripts such as drill-embedded, drill-localhost, drillbit.sh, and sqlline. In practice, package users tend to start with embedded or localhost mode for local file and object-store exploration, then move configuration into drill-override.conf for distributed or secured deployments.
Drill configuration is split between the HOCON-style drill-override.conf and environment overrides such as drill-env.sh. Apache's docs state that Drill loads these from /etc/drill/conf when present, otherwise from $DRILL_HOME/conf, which matches the Unix paths useful to package maintainers.
Drill is interesting to package nerds because it ships as a large Java data system but still offers a concrete CLI workflow: install it, run sqlline or drill-embedded, and query local JSON, Parquet, CSV, or remote systems through storage plugins. The package boundary matters because Java version, config directory, launch scripts, and optional native clients can all affect the first five minutes.
It also represents the Hadoop-era style of packaging: a tarball-style distribution with $DRILL_HOME, conf files, shell wrappers, and cluster-oriented defaults, wrapped by Homebrew into something developers can run locally.
セキュリティ状態
broad file, network, media, or database tool signal. infrastructure mutation or orchestration signal.
リスク orange · 信頼度 中 · infrastructure
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
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.
/etc/drill/conf/drill-override.conf/etc/drill/conf/drill-env.sh$DRILL_HOME/conf/drill-override.conf$DRILL_HOME/conf/drill-env.sh実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
auto-setup.sh | cli | グローバル実行可能ファイル | |
drill-am.sh | cli | グローバル実行可能ファイル | |
drill-conf | cli | グローバル実行可能ファイル | |
drill-config.sh | cli | グローバル実行可能ファイル | |
drill-embedded | cli | グローバル実行可能ファイル | |
drill-localhost | cli | グローバル実行可能ファイル | |
drill-on-yarn.sh | cli | グローバル実行可能ファイル | |
drillbit.sh | cli | グローバル実行可能ファイル | |
runbit | cli | グローバル実行可能ファイル | |
sqlline | cli | グローバル実行可能ファイル | |
submit_plan | cli | グローバル実行可能ファイル | |
yarn-drillbit.sh | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:apache-drill |
|---|---|
| バージョン | 1.22.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/apache-drill |
| ホームページ | https://drill.apache.org |
| リポジトリ | https://github.com/apache/drill |
| 上流ドキュメント | https://drill.apache.org/docs |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://www.apache.org/dyn/closer.lua?path=drill/1.22.0/apache-drill-1.22.0.tar.gz |
| 最終更新 | 2026-06-28T00:38:43-04:00 |
| Pulse | updated |
| 依存関係 | openjdk@21 |
| Bottle | 利用可能 (対象 all) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | apache-drill |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
sqlline 1.0.2-9
JDBC command-line utility for issuing SQL
https://sqlline.sourceforge.net
sudo apt install sqllinesqlline
nix profile install nixpkgs#sqllinesqlline 1.0.2-8
JDBC command-line utility for issuing SQL
http://sqlline.sourceforge.net
sudo apt install sqllineソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.