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-3443] Asynchronously execute and persist Spark transformations #1704

Closed
wants to merge 1 commit into from

Conversation

phaniarnab
Copy link
Contributor

This patch adds an operator to asynchronously trigger a chain of Spark transformations and persist the result. This is a generalization of Prefetch instruction and works if the consumer is a Spark transformation
or action. TODO: operator placement (in parallel with a CP instruction chain).

This patch adds an operator to asynchronously trigger a chain of Spark
transformations and persist the result. This is a generalization of
Prefetch instruction and works if the consumer is a Spark transformation
or action. TODO: operator placement (in parallel with a CP instruction chain).
fathollahzadeh pushed a commit to fathollahzadeh/systemds that referenced this pull request Dec 7, 2022
This patch adds an operator to asynchronously trigger a chain of Spark
transformations and persist the result. This is a generalization of
Prefetch instruction and works if the consumer is a Spark transformation
or action. TODO: operator placement (in parallel with a CP instruction chain).

Closes apache#1704
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant