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

[SYSTEMDS-3594] Multi-level reuse of RDDs #1858

Closed
wants to merge 1 commit into from

Conversation

phaniarnab
Copy link
Contributor

This patch extends the multi-level reuse framework to support functions and statement blocks returning RDDs. Similar to instruction-level reuse, we persist the function outputs on the second call. Based on if the original instruction is shuffle-based, we also reuse the function output locally.

This patch extends the multi-level reuse framework to support functions
and statement blocks returning RDDs. Similar to instruction-level reuse,
we persist the function outputs on the second call. Based on if the
original instruction is shuffle-based, we also reuse the function output
locally.
@phaniarnab phaniarnab closed this in f8acaab Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant