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

[FLINK1443] Add support for replicating input formats. #360

Closed
wants to merge 2 commits into from

Conversation

fhueske
Copy link
Contributor

@fhueske fhueske commented Feb 4, 2015

InputFormats can be wrapped by a ReplicatingInputFormat which takes care that the full input of the wrapped input format is read in each parallel instance of a data source.
This can be used to run distributed joins without data shuffling.

Introduced new PartitioningProperty for any distribution (random partitioning or full replication).
@StephanEwen
Copy link
Contributor

Very nice, +1 to merge

@fhueske
Copy link
Contributor Author

fhueske commented Feb 5, 2015

Merged as a19b4a0

@fhueske fhueske closed this Feb 5, 2015
@fhueske fhueske deleted the replicatedSource3 branch February 10, 2015 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants