Answer Posted / Satish Kumar Agrahari
Yes, Apache Spark provides checkpointing as a mechanism to save the intermediate state of RDDs during a long-running job. Checkpoints help in fault tolerance by ensuring that when a task fails, it can be restarted from the most recent saved state instead of recomputing all previous stages.nCheckpoints are stored on HDFS or local file systems and can be enabled using Spark's checkpointing configuration options.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers