Question 17
What is the purpose of the cache() function of an RDD in PySpark?
To persist the RDD in memory across operations.
To delete the RDD from memory.
To free up memory used by the RDD.
To copy the RDD to a different cluster node.
None of these