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

Add a supported way to use WritePartitioner from Execution #1815

Open
johnynek opened this issue Feb 18, 2018 · 0 comments
Open

Add a supported way to use WritePartitioner from Execution #1815

johnynek opened this issue Feb 18, 2018 · 0 comments

Comments

@johnynek
Copy link
Collaborator

We can take a series of writes in the Typed API, or we can use a FlowDef to create an Execution which has been broken into small pieces so cascading can plan it, even if it is very large.

We don't currently have a way to execute an Execution[A] such that all writes are partitioned before we go forward. This may be less accute in the Execution API since users can usually find choke points to put forceToDiskExecution, but still it would be nice to have a config flag or something that could flip it on for the entire Execution.

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