You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by chamikaramj <gi...@git.apache.org> on 2016/08/24 23:25:09 UTC

[GitHub] incubator-beam pull request #881: Updates sources to report consumed and rem...

GitHub user chamikaramj opened a pull request:

    https://github.com/apache/incubator-beam/pull/881

    Updates sources to report consumed and remaining number of split points.

    Adds several methods to the RangeTracker interface to support this. Please see comments for details.
    
    Updates AvroSource and LineSource (test) to report split points properly.
    
    Runners can use this information to determine the amount of remaining and consumed parallelism of source read operations. Java SDK sources framework already supports reporting these signals.

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

    $ git pull https://github.com/chamikaramj/incubator-beam limited_parallelism

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

    https://github.com/apache/incubator-beam/pull/881.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 #881
    
----
commit 8b78a7bfb945f80b346000bfbd39bb6fa4a933e3
Author: Chamikara Jayalath <ch...@google.com>
Date:   2016-08-24T22:31:47Z

    Updates sources to report consumed and remaining number of split points.
    
    Adds several methods to the RangeTracker interface to support this. Please see comments for details.
    
    Updates AvroSource and LineSource (test) to report split points properly.
    
    Runners can use this information to determine the amount of remaining and consumed parallelism of source read operations. Java SDK sources framework already supports reporting these signals.

----


---
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] incubator-beam pull request #881: [BEAM-564] Updates sources to report consu...

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

    https://github.com/apache/incubator-beam/pull/881


---
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.
---