What happens to rdd when one of the nodes on which it is distributed goes down?
Answer Posted / Shivam Agarwal
"When a node fails, the RDD lineage graph helps Spark to recompute the lost data by reproducing the necessary operations from parent RDDs. This ensures fault tolerance and maintains consistent results."
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers