Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
1.0.2, 1.1.0
-
None
-
None
Description
The reproduce code:
sc.setCheckpointDir(checkpointDir)
val c = sc.parallelize((1 to 1000)).map(_ + 1)
c.count
val dep = c.dependencies.head.rdd
c.checkpoint()
c.count
assert(dep != c.dependencies.head.rdd)
This limit is too strict , This makes it difficult to implement SPARK-3623 .
Attachments
Issue Links
- is duplicated by
-
SPARK-4094 checkpoint should still be available after rdd actions
- Resolved
- is related to
-
SPARK-6697 PeriodicGraphCheckpointer is not clear edges.
- Closed
-
SPARK-3623 Graph should support the checkpoint operation
- Resolved
- links to