This document discusses analyzing social media data from Twitter using Apache Flume, HDFS, and Hive. It describes collecting tweets from Twitter using Flume, storing the raw JSON data in HDFS. It then discusses structuring the unstructured Twitter data by creating tables in Hive using custom SerDes and querying the data using Hive Query Language to perform sentiment analysis. The results of the analysis are stored back in Hive tables.