You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by fhueske <gi...@git.apache.org> on 2015/02/04 16:29:59 UTC

[GitHub] flink pull request: [FLINK1443] Add support for replicating input ...

GitHub user fhueske opened a pull request:

    https://github.com/apache/flink/pull/360

    [FLINK1443] Add support for replicating input formats.

    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.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/fhueske/flink replicatedSource3

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/360.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #360
    
----
commit 22bf58a7418fa1461464adf5b2ceea3efe79c6e0
Author: Fabian Hueske <fh...@apache.org>
Date:   2015-02-03T14:15:52Z

    [FLINK-1443 [api-breaking] Extended split assigner interface by parallel task id.

commit 56fe4ea241c6bb91c93663a29d62d1016fbef198
Author: Fabian Hueske <fh...@apache.org>
Date:   2015-02-03T15:03:07Z

    [FLINK-1443] Added support for replicated data sources.
    Introduced new PartitioningProperty for any distribution (random partitioning or full replication).

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink pull request: [FLINK1443] Add support for replicating input ...

Posted by fhueske <gi...@git.apache.org>.
Github user fhueske commented on the pull request:

    https://github.com/apache/flink/pull/360#issuecomment-73025884
  
    Merged as a19b4a02bfa5237e0dcd2b264da36229546f23c0


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink pull request: [FLINK1443] Add support for replicating input ...

Posted by StephanEwen <gi...@git.apache.org>.
Github user StephanEwen commented on the pull request:

    https://github.com/apache/flink/pull/360#issuecomment-73014844
  
    Very nice, +1 to merge


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink pull request: [FLINK1443] Add support for replicating input ...

Posted by fhueske <gi...@git.apache.org>.
Github user fhueske closed the pull request at:

    https://github.com/apache/flink/pull/360


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---