From Surf Wiki (app.surf) — the open knowledge base
Apache Drill
Open-source software framework
Open-source software framework
| Field | Value |
|---|---|
| name | Apache Drill |
| logo | Apache Drill logo.svg |
| developer | Apache Software Foundation |
| released | |
| latest release version | 1.22.0 |
| latest release date | |
| repo | |
| programming language | Java |
| operating system | Cross-platform |
| license | Apache License 2.0 |
| website |
Apache Drill is an open-source software framework that supports data-intensive distributed applications for interactive analysis of large-scale datasets. Built chiefly by contributions from developers from MapR, Drill is inspired by Google's Dremel system. Drill is an Apache top-level project.
Drill supports a variety of NoSQL databases and file systems, including Alluxio, HBase, MongoDB, MapR-DB, HDFS, MapR-FS, Amazon S3, Azure Blob Storage, Google Cloud Storage, Swift, NAS and local files. A single query can join data from multiple datastores.
Drill's datastore-aware optimizer automatically restructures a query plan to leverage the datastore's internal processing capabilities. In addition, Drill supports data locality, if Drill and the datastore are on the same nodes.
Tom Shiran is the founder of the Apache Drill Project. It was designated an Apache Software Foundation top-level project in December 2016.
Features
One explicitly stated design goal is that Drill is able to scale to 10,000 servers or more and to be able to process petabytes of data and trillions of records in seconds.
- Schema-free JSON document model similar to MongoDB and Elasticsearch, without requiring a formal schema to be declared
- Industry-standard APIs: ANSI SQL, ODBC/JDBC, RESTful APIs
- Extremely user and developer friendly
- Pluggable architecture enables connectivity to multiple datastores
- Version 1.9 added dynamic user-defined functions
- Version 1.11 added cryptographic-related functions and PCAP file format support
Back-end Support
Drill is primarily focused on non-relational datastores, including Apache Hadoop text files, NoSQL, and cloud storage. A notable feature also includes in situ querying of local JSON and Apache Parquet files. Some additional datastores that it supports include:
- All Hadoop distributions (HDFS API 2.3+), including Apache Hadoop, MapR, CDH and Amazon EMR
- NoSQL: MongoDB, Apache HBase, Apache Cassandra
- Online Analytical Processing: Apache Kudu, Apache Druid, OpenTSDB
- Cloud storage: Amazon S3, Google Cloud Storage, Azure Blob Storage, Swift, IBM Cloud Object Storage
- Diverse data formats, including Apache Avro, Apache Parquet and JSON
- RDBMs storage plugins (Using JDBC to connect to MySQL, PostgreSQL, and others)
A new datastore can be added by developing a storage plugin. Drill's "schema-free" JSON data model enables it to query non-relational datastores in-situ .
Front-end Support
Drill itself can be queried via JDBC, ODBC, or REST through a variety of methods and languages including Python and Java. The default install includes a web interface allowing end-users to execute ANSI SQL directly and export data tables as CSV files without any programming.
The dashboard library, Apache Superset, is particularly well suited for visualization of data queried with Drill.
References
Papers
Some papers influenced the birth and design. Here is a partial list:
- 2005 From Databases to Dataspaces: A New Abstraction for Information Management, the authors highlight the need for storage systems to accept all data formats and to provide APIs for data access that evolve based on the storage system's understanding of the data.
- 2010 Dremel: Interactive Analysis of Web-Scale Datasets
References
- Friedman, Ellen. (21 Sep 2015). "Apache Drill: Tracking its history as an open source community".
- "Brief About The Differences between Apache Drill Vs Presto".
- "Spark SQL vs. Apache Drill-War of the SQL-on-Hadoop Tools".
- (2 December 2014). "The Apache Software Foundation Announces Apache Drill as a Top-Level Project".
- "Apache Drill - Schema-free SQL for Hadoop, NoSQL and Cloud Storage".
- Vizard, Michael. (2021-09-01). "Apache Software Foundation updates Drill for broader SQL queries".
- (2016-04-11). "Apache Drill Eliminates ETL, Data Transformation for MapR Database".
- "DrillProposal - INCUBATOR - Apache Software Foundation".
- "Frequently Asked Questions - Apache Drill".
- Wayner, James R. Borck, Martin Heller, Steven Nuñez, Andrew C. Oliver, Ian Pointer and Peter. (2020-10-05). "The best open source software of 2020".
This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.
Ask Mako anything about Apache Drill — get instant answers, deeper analysis, and related topics.
Research with MakoFree with your Surf account
Create a free account to save articles, ask Mako questions, and organize your research.
Sign up freeThis content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.
Report