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

Re-enable cascading based Execution.zip parallelism #1019

Closed
johnynek opened this issue Aug 14, 2014 · 1 comment
Closed

Re-enable cascading based Execution.zip parallelism #1019

johnynek opened this issue Aug 14, 2014 · 1 comment

Comments

@johnynek
Copy link
Collaborator

Cascading won't let you have two referentially distinct, but equivalently named pipes. So this means out of each Tap comes exactly one Pipe. Since Executions can be built in parallel, there is no way to know when you might have colliding names. Thus we are forced to start to separate cascading jobs in Execution.zip even though the two jobs could share some structure.

@johnynek
Copy link
Collaborator Author

closed by #1025

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