This document summarizes Apache Drill, an open source SQL query engine for interactive analysis of large-scale datasets. It was inspired by Google's Dremel and allows for interactive, ad-hoc queries across data sources using standard SQL. The key features highlighted are its support for nested data, optional schemas, extensibility points, and full ANSI SQL 2003 compatibility. An overview of Drill's architecture is provided, including its use of distributed Drillbit processes and a coordinator node.