You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by mariapython <gi...@git.apache.org> on 2016/11/10 22:11:00 UTC

[GitHub] incubator-beam pull request #1342: [BEAM-802] -- Add ability to stage a job ...

GitHub user mariapython opened a pull request:

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

    [BEAM-802] -- Add ability to stage a job and/or stop the execution

    Modify create_job to allow staging the job and not submitting it to the service.
    - Modularize create_job in create job description, stage job, and send for execution.
    - Modify --dataflow_job_file to stage the job and continue submitting it to the service.
    - Add --template_location to stage the job but not submit it to the service.
    - Add tests for both, including making them mutually exclusive (following Java SDK decision).
    - Add template_runner_test.py with integration tests.

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

    $ git pull https://github.com/mariapython/incubator-beam python-sdk

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

    https://github.com/apache/incubator-beam/pull/1342.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 #1342
    
----
commit 3b46dbc7729bd4a3c83e2aa985c7e20b8bc2210b
Author: Maria Garcia Herrero <ma...@google.com>
Date:   2016-11-02T16:14:48Z

    Modify create_job to allow staging the job and not submitting it to the service.
    
    - Modularize create_job in create job description, stage job, and send for execution.
    - Modify --dataflow_job_file to stage the job and continue submitting it to the service.
    - Add --template_location to stage the job but not submit it to the service.
    - Add tests for both, including making them mutually exclusive (following Java SDK decision).
    - Add template_runner_test.py with integration tests.

----


---
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 #1342: [BEAM-802] -- Add ability to stage a job ...

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

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


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