- PySpark Cookbook
- Denny Lee Tomasz Drabas
- 44字
- 2025-04-04 16:35:18
Abstracting Data with RDDs
In this chapter, we will cover how to work with Apache Spark Resilient Distributed Datasets. You will learn the following recipes:
- Creating RDDs
- Reading data from files
- Overview of RDD transformations
- Overview of RDD actions
- Pitfalls of using RDDs