Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checkpointing cannot cut lineage on IndexedRDD #15

Open
liyan2015 opened this issue Nov 12, 2015 · 0 comments
Open

Checkpointing cannot cut lineage on IndexedRDD #15

liyan2015 opened this issue Nov 12, 2015 · 0 comments

Comments

@liyan2015
Copy link

Hi,

When doing iterative computing, I found the lineage on IndexedRDDs cannot be cut through checkpointing. It is because the newRDD returned by doCheckpoint() is a CheckpointRDD.

I'm presently using IndexedRDD as a Spark package. Is there any way other than checkpoint (through public API) that I can use to cut the lineage? Thank you! Any suggestion is appreciated...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant