Question
Why is an RDD described as resilient?
Select an option. Your answer will be checked instantly.
Correct Answer: C. Lost partitions can be recomputed from lineage
Explanation:
Spark records how an RDD was derived from earlier datasets.
It reruns the required transformations after data loss.
Leave a Reply