Answer Posted / Sneha Kumari
"The persist() function in Spark is used to cache RDDs (Resilient Distributed Datasets) in memory for faster access. This improves the performance of subsequent actions on the RDD, as it reduces the need to recompute the data."
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers