[
https://issues.apache.org/jira/browse/BEAM-551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15723978#comment-15723978
]
ASF GitHub Bot commented on BEAM-551:
-------------------------------------
GitHub user sammcveety opened 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 e06fd8ce238971d1b235ce01f527f7cedb058127
Author: sammcveety <[email protected]>
Date: 2016-10-20T16:29:04Z
Add NestedValueProvider
commit 2e2aa465295dd141577639098522fdbae359126a
Author: Sam McVeety <[email protected]>
Date: 2016-10-30T18:58:44Z
Add BQ VP code
commit 6fed9071be77b6b12506ca223a8fb68032887f5e
Author: Sam McVeety <[email protected]>
Date: 2016-10-31T17:39:10Z
BQ VP
commit b8974403bae0bf50da841f526f01085d99f89f97
Author: Sam McVeety <[email protected]>
Date: 2016-11-01T23:35:59Z
Merge branch 'master' into sgmc/bq_vp
commit 61b220f30b0e9fd67f688de7df50fd8909c58a01
Author: Sam McVeety <[email protected]>
Date: 2016-11-01T23:57:39Z
Fix most tests
commit 053267a41ffe78180c0bcef8046258314f8970d9
Author: Sam McVeety <[email protected]>
Date: 2016-11-29T18:16:25Z
Make serializable
commit 73d248e3e3fdf0d1b15abf60a1763c41e2054940
Author: Sam McVeety <[email protected]>
Date: 2016-12-01T21:39:39Z
Fix BQ tests
commit 407ee12e8f454889bc335bf17bb9c37dc0df33e5
Author: Sam McVeety <[email protected]>
Date: 2016-12-02T23:12:56Z
Merge branch 'master' into sgmc/bq_vp
commit 4958f8634298e1078a4e20b920dc158e630d6633
Author: Sam McVeety <[email protected]>
Date: 2016-12-02T23:23:48Z
Fix tests
commit 9a44144c475e19afa33103c3247672c71f7034be
Author: Sam McVeety <[email protected]>
Date: 2016-12-03T01:29:40Z
Update API
commit 9c13496df5e4630476925032ce596797471fd396
Author: Sam McVeety <[email protected]>
Date: 2016-12-03T02:11:19Z
BQ Write
commit aacb0281fe714e94658001746c97edf37049dd55
Author: Sam McVeety <[email protected]>
Date: 2016-12-04T22:16:23Z
Add schema parameterization
commit 99fc371a34ec24e6ee59f852db9a6d327bf5589b
Author: Sam McVeety <[email protected]>
Date: 2016-12-05T23:12:14Z
update bq
commit a5230670b3f893a0a97ee4eba434eb3bd7ca9ff0
Author: Sam McVeety <[email protected]>
Date: 2016-12-05T23:38:04Z
Fixes
----
> 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)