Answer Posted / Alpana Vyas
Immutable refers to something that cannot be changed once created. In the context of Apache Spark, RDDs are immutable, meaning once an RDD has been computed, it cannot be altered; instead, new RDDs must be created using operations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers