Advanced Checkpointing: Local vs Reliable.

Updated May 5, 2026

Short answer

Reliable checkpointing saves to HDFS/S3; local checkpointing saves to executor disk.

Deep explanation

Reliable checkpointing truncates the RDD lineage and is slow. Local checkpointing is faster but doesn't protect against node failure (it's for preventing long lineage stacks in iterative algorithms).

Unlock with a Pro subscription to view this section.

View pricing

Real-world example

No real-world example available yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

Common mistakes

No common mistakes listed yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

Follow-up questions

No follow-up questions available yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

More Apache Spark interview questions

View all →