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

Results Caching for Enabling Reuse Across Jobs #10

Open
JorgeQuiane opened this issue Mar 17, 2017 · 0 comments
Open

Results Caching for Enabling Reuse Across Jobs #10

JorgeQuiane opened this issue Mar 17, 2017 · 0 comments

Comments

@JorgeQuiane
Copy link
Member

Currently, if we want to run a series of Jobs where the input of one jobs is the output of the previous one, we need to materialize the output on disk for the next one to be able to read it. People using Spark or Hadoop usually run a series of jobs rather than a single big job. Thus it is important to support a functionality of caching the results of one job to be consumed by the next job.

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

No branches or pull requests

2 participants