You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lostluck <gi...@git.apache.org> on 2017/11/17 18:06:18 UTC

[GitHub] beam pull request #4144: [BEAM-2524] Update the gcloud cancel command to inc...

GitHub user lostluck opened a pull request:

    https://github.com/apache/beam/pull/4144

    [BEAM-2524] Update the gcloud cancel command to include the --region flag.

    Have the cancel command provided by the Dataflow Runner specify the region for the job, so jobs started in other regions are actually cancelled.

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

    $ git pull https://github.com/lostluck/beam master

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

    https://github.com/apache/beam/pull/4144.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 #4144
    
----
commit a2035788f406e44b319ca542e3994ca9c584c634
Author: Robert Burke <re...@rebo.sea.corp.google.com>
Date:   2017-11-17T17:58:50Z

    Update the gcloud command to include the --region flag.

----


---