This document summarizes a meeting about Hive, a data warehousing system built on Hadoop. It discusses why Hive was created due to increasing amounts of data, provides an overview of Hive's architecture and SQL interface, and gives examples of how to write queries and extend Hive through custom file formats, serialization/deserialization classes (SerDes), user-defined functions (UDFs), and MapReduce scripts.