You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/06/27 23:17:00 UTC

[jira] [Commented] (BEAM-2524) Update Google Cloud Console URL returned by DataflowRunner to support regions.

    [ https://issues.apache.org/jira/browse/BEAM-2524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16065647#comment-16065647 ] 

ASF GitHub Bot commented on BEAM-2524:
--------------------------------------

GitHub user lostluck opened a pull request:

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

    [BEAM-2524] Update Dataflow FE URLs with regionalized paths.

    Updates both the Java and the Python Dataflow Runners with the regionalized form of the Google Cloud Dataflow FE URL in anticipation of Regional Dataflow.
    
    https://console.cloud.corp.google.com/dataflow/jobsDetail/locations/<regionId>/jobs/<jobId>?project=<projectId>

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

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

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

    https://github.com/apache/beam/pull/3455.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 #3455
    
----
commit 9ee103b25b232cbd53da05510d45c2cec2a8676a
Author: Robert Burke <ro...@frantil.com>
Date:   2017-06-27T22:41:56Z

    BEAM-2524 Update Google Cloud Dataflow FE URLs from the Dataflow Runners to regionalized paths.

----


> Update Google Cloud Console URL returned by DataflowRunner to support regions.
> ------------------------------------------------------------------------------
>
>                 Key: BEAM-2524
>                 URL: https://issues.apache.org/jira/browse/BEAM-2524
>             Project: Beam
>          Issue Type: Improvement
>          Components: runner-dataflow
>            Reporter: Robert Burke
>            Assignee: Robert Burke
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Both the Java and Python Dataflow Runners need to be updated with a regionalized form of the Google Cloud Console URL to support multiple Dataflow Regions.
> The new URL format will be:
> https://console.cloud.corp.google.com/dataflow/jobsDetail/locations/<regionId>/jobs/<jobId>?project=<projectId>



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)