You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by aaltay <gi...@git.apache.org> on 2016/07/06 23:55:44 UTC

[GitHub] incubator-beam pull request #598: [BEAM-428] InProcessRunner - Bundle based ...

GitHub user aaltay opened a pull request:

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

    [BEAM-428] InProcessRunner - Bundle based local runner

    Be sure to do all of the following to help us incorporate your contribution
    quickly and easily:
    
     - [ ] Make sure the PR title is formatted like:
       `[BEAM-<Jira issue #>] Description of pull request`
     - [ ] Make sure tests pass via `mvn clean verify`. (Even better, enable
           Travis-CI on your fork and ensure the whole test matrix passes).
     - [ ] Replace `<Jira issue #>` in the title with the actual Jira issue
           number, if there is one.
     - [ ] If this contribution is large, please file an Apache
           [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.txt).
    
    ---
    InProcessRunner is a bundle based runner for doing local execution. It will eventually be a drop-in replacement for the DirectRunner.
    
    It executes pipelines by dividing inputs into bundles and running ptransforms in bundles. Similar to its Java counterpart it aims to provide better performance and validation capabilities compared to the current DirectRunner. InProcessRunner is self contained in its own directory. This will be the case until the replacement happens.
    
    Tests mainly consists of wrapping existing DirectRunner tests and executing them against this new runner.
    
    This version supports batch execution only, future updates will add streaming supports.

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

    $ git pull https://github.com/aaltay/incubator-beam inproc

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

    https://github.com/apache/incubator-beam/pull/598.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 #598
    
----
commit a559adb978a0762ef2f5df3f089d30b8ea1c9e5f
Author: Ahmet Altay <al...@google.com>
Date:   2016-07-06T22:51:50Z

    In process runner with bundled execution. Executes batch pipeline in
    bundles in parallel.
    
    It has tests for running against existing DirectRunner related tests. It
    is self contained currently in its own folder.

commit e995883828391188791d31c476a3a14ac292bafe
Author: Ahmet Altay <al...@google.com>
Date:   2016-07-06T23:18:15Z

    Workaround for ThreadPool creash in fileio for older version of Python.

----


---
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 #598: [BEAM-428] InProcessRunner - Bundle based ...

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

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


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