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/04/23 20:01:04 UTC

[jira] [Commented] (BEAM-2058) BigQuery load job id should be generated at run time, not submission time

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

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

GitHub user reuvenlax opened a pull request:

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

    [BEAM-2058] Generate BigQuery load job at runtime

    Generate the load job at run time instead of submission time.

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

    $ git pull https://github.com/reuvenlax/incubator-beam repeatable_bq_sink

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

    https://github.com/apache/beam/pull/2657.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 #2657
    
----
commit 01b3a0f89c7e81a655afe375e7450cf094cd139a
Author: Reuven Lax <re...@google.com>
Date:   2017-04-23T19:53:00Z

    Make batch loads repeatable across different invocations of the same template job.

----


> BigQuery load job id should be generated at run time, not submission time
> -------------------------------------------------------------------------
>
>                 Key: BEAM-2058
>                 URL: https://issues.apache.org/jira/browse/BEAM-2058
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-java-gcp
>            Reporter: Reuven Lax
>            Assignee: Daniel Halperin
>
> Currently the job id is generated at submission time, which means that rerunning template jobs will produce the same job id. Generate at run time instead, so a different job id is generated on each execution.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)