Answer Posted / Asghar Ali Khan
An RDD (Resilient Distributed Dataset) in Spark is immutable. It's not physically stored anywhere until an action is called on it, at which point the data is persisted to memory or storage (e.g., HDFS).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers