This document discusses analyzing fire department call data from San Francisco using HiveQL and MapReduce. The authors cleaned the data, loaded it into HDFS, and performed queries and analysis. They found that Hive queries took less time than custom MapReduce programs for the same queries on this dataset. Visualizations of query results were created using JFreeCharts. The goal was to help improve fire department resource allocation and response based on patterns in call volume, location, and time.