- Let's get started
- Running Spark on your computer
- Spark vs. Hadoop - who wins ?
- Challenges Spark tries to address
- How Spark is faster than Hadoop ?
- The need for RDD
- What is RDD ?
- What an RDD is not
- First program in Spark
- What are dependencies & why they are important ?
- Program to Execution (Part 1)
- Program to Execution (Part 2)
- Memory management
- Fault tolerance
- Introduction to Scala
- First program in Scala (not Hello World)
- Scala functions