Quiz 9 Question 5 of 20

A PySpark notebook processes a large nightly batch of OCR text extracted from scanned oral-history transcripts. One cell calls .collect() to pull the entire distributed dataset into the driver for a quick inspection, and that cell now fails on especially large batches while earlier cells that only build and cache Spark DataFrames succeed. What does this pattern point to?

Select an answer to reveal the explanation.

Motivation