Question
What does cache do?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Persists an RDD using the default storage level
Explanation:
cache is shorthand for a default persist choice.
Actual materialization occurs when an action evaluates the RDD.
Leave a Reply