You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Florian Scharinger (JIRA)" <ji...@apache.org> on 2018/04/09 23:46:00 UTC

[jira] [Commented] (BEAM-2403) Provide BigQueryIO with method to indicate Priority (INTERACTIVE/BATCH)

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

Florian Scharinger commented on BEAM-2403:
------------------------------------------

This feature exists now, I think since v2.2, but definitely in v2.4. However, there is a bug that causes the query to always execute in BATCH mode, which has been fixed in master: https://github.com/apache/beam/commit/a463357becfbfaf687979dfed68ba43fefc40e52#diff-996fa1990332e50e8dd0b2078fbcede9L87

> Provide BigQueryIO with method to indicate Priority (INTERACTIVE/BATCH)
> -----------------------------------------------------------------------
>
>                 Key: BEAM-2403
>                 URL: https://issues.apache.org/jira/browse/BEAM-2403
>             Project: Beam
>          Issue Type: New Feature
>          Components: io-java-gcp
>    Affects Versions: 2.0.0
>            Reporter: Andre
>            Assignee: Chamikara Jayalath
>            Priority: Minor
>
> Currently every BigQuery job runs in BATCH mode when issued from Beam which could delay the execution of a scheduled job unnecessarily. By allowing to provide the priority INTERACTIVE with BigQueryIO this could be resolved.
> See https://stackoverflow.com/questions/44198891/change-google-cloud-dataflow-bigquery-priority/44223123



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)