This document discusses big data analytics using Spark. It provides an overview of the history and growth of data from the 1980s to present. It then demonstrates how to perform word count analytics on text data using both traditional MapReduce techniques in Hadoop as well as using Spark. The code examples show how to tokenize text, count word frequencies, and output results.