This document discusses new features in Apache Hive 2.0, including:
- The addition of procedural SQL (HPLSQL) to add capabilities like loops and branches.
- A new execution engine called LLAP that uses persistent daemons to enable sub-second queries by caching data in memory.
- The option to use HBase as the metastore to speed up query planning times for queries involving thousands of partitions.
- Improvements to Hive on Spark, the cost-based optimizer, and many bug fixes and performance enhancements.