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

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

GitHub user sammcveety reopened a pull request:

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

    [BEAM-551] Add support for BigQueryIO.Write

    R: @davorbonaci 
    
    Based on https://github.com/apache/incubator-beam/pull/1238

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

    $ git pull https://github.com/sammcveety/incubator-beam sgmc/bq_write

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

    https://github.com/apache/incubator-beam/pull/1513.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 #1513
    
----
commit 29ab056136e36204140ded78a4fbf9ac51afca4c
Author: Sam McVeety <s...@google.com>
Date:   2016-12-04T22:16:23Z

    Add schema parameterization

commit 5bd20ae13d17be7e810f7e03065b8e6b5c8cc8d5
Author: Sam McVeety <s...@google.com>
Date:   2016-12-05T23:12:14Z

    update bq

commit e530f1fed2b3ab457f55964755668522d2fc450f
Author: Sam McVeety <s...@google.com>
Date:   2016-12-05T23:38:04Z

    Fixes

commit 911911fda79cbb5b54b4af5e8d888c0279830211
Author: Sam McVeety <s...@google.com>
Date:   2016-12-06T01:54:48Z

    Fix issue with overriding project

commit fec3ce58f7f382c7f717da96af3d68cc63fb9521
Author: Sam McVeety <s...@google.com>
Date:   2016-12-07T05:06:18Z

    Fix serialization

commit 5dbfeb1590248dfd566a16f220adcfe1d3cd67ea
Author: Sam McVeety <s...@google.com>
Date:   2016-12-09T17:58:08Z

    Minor fixups

commit 58fcfa44d164d651e4b49f28aaeebbface9f33a0
Author: Sam McVeety <s...@google.com>
Date:   2016-12-09T18:33:21Z

    Add more tests and fix merge issues

commit a0098357d605521ac59215c5effd6b7ae55a8e03
Author: Sam McVeety <s...@google.com>
Date:   2016-12-09T19:18:22Z

    Fix style

----


> Support Dynamic PipelineOptions
> -------------------------------
>
>                 Key: BEAM-551
>                 URL: https://issues.apache.org/jira/browse/BEAM-551
>             Project: Beam
>          Issue Type: New Feature
>          Components: beam-model
>            Reporter: Sam McVeety
>            Assignee: Sam McVeety
>            Priority: Minor
>
> During the graph construction phase, the given SDK generates an initial
> execution graph for the program.  At execution time, this graph is
> executed, either locally or by a service.  Currently, Beam only supports
> parameterization at graph construction time.  Both Flink and Spark supply
> functionality that allows a pre-compiled job to be run without SDK
> interaction with updated runtime parameters.
> In its current incarnation, Dataflow can read values of PipelineOptions at
> job submission time, but this requires the presence of an SDK to properly
> encode these values into the job.  We would like to build a common layer
> into the Beam model so that these dynamic options can be properly provided
> to jobs.
> Please see
> https://docs.google.com/document/d/1I-iIgWDYasb7ZmXbGBHdok_IK1r1YAJ90JG5Fz0_28o/edit
> for the high-level model, and
> https://docs.google.com/document/d/17I7HeNQmiIfOJi0aI70tgGMMkOSgGi8ZUH-MOnFatZ8/edit
> for
> the specific API proposal.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to