Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.0.0
-
None
Description
Checkpointing is used to cut long lineage while maintaining fault tolerance. The current implementation is HDFS-based. Using the BlockRDD we can create in-memory-and-local-disk (with replication) checkpoints that are not as reliable as HDFS-based solution but faster.
It can help applications that require many iterations.
Attachments
Issue Links
- is duplicated by
-
SPARK-7292 Provide operator to truncate lineage without persisting RDD's
- Closed
- relates to
-
SPARK-1006 MLlib ALS gets stack overflow with too many iterations
- Closed
- links to