This document discusses Spark RDD operations and running Spark applications in Scala. It covers Spark transformations like map, filter, and reduce. It also covers Spark actions and different types of RDDs. It provides examples of running Spark in local, standalone, and YARN modes and submitting Spark jobs via spark-submit in those modes. It includes questions and answers about Spark concepts.