GitHub user lukecwik opened a pull request:
https://github.com/apache/incubator-beam/pull/87
[BEAM-151] Work towards moving Dataflow pipeline runner to separate maven
module
Break out tests to Dataflow specific variants to make move of Dataflow
pipeline runner to new maven module.
Also, swap usage of DataflowPipelineOptions for other options interfaces
which were better suited. For example, creating PubsubOptions.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lukecwik/incubator-beam dataflow-runner-2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-beam/pull/87.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 #87
----
commit 558c5ad33e0384c0f5e9bc3ac36f6c1fde5e6a00
Author: Luke Cwik <[email protected]>
Date: 2016-03-25T23:09:18Z
[BEAM-151] Break out Dataflow runner dependency to separate test file
This allows for moving the Dataflow specific portion of the test to the
Dataflow runner maven module.
commit e60e42049445b54f23e33364bb9d0828c5660b8e
Author: Luke Cwik <[email protected]>
Date: 2016-03-25T23:19:54Z
[BEAM-151] Break out Dataflow runner dependency to separate test file
This allows for moving the Dataflow specific portion of the testing to the
Dataflow runner maven module.
commit a8a341946e17466b8faf72981c0da70fda5702b6
Author: Luke Cwik <[email protected]>
Date: 2016-03-25T23:28:36Z
[BEAM-151] Break out Dataflow runner specific tests to separate file
This prevents moving the Dataflow runner code to its own separate maven
module.
commit 7b66b193ca36e6e77124eef3fd20d3e78785bfc6
Author: Luke Cwik <[email protected]>
Date: 2016-03-25T23:29:48Z
[BEAM-151] Fixup of comment in test file
commit 7a583cb21cf830e47ced00b19e9efc9d17f133bb
Author: Luke Cwik <[email protected]>
Date: 2016-03-28T17:02:01Z
[BEAM-151] Migrate options relevant to pubsub to its own options interface
This prevents moving DataflowPipelineOptions to the Dataflow runner maven
module.
commit aa405d2591105172c1ba9b84060d17c262ba6179
Author: Luke Cwik <[email protected]>
Date: 2016-03-28T20:09:33Z
[BEAM-151] Break out Dataflow transport creation to another file
This prevents moving DataflowPipelineOptions into a Dataflow runner maven
module.
commit e88059f46183a3cd67a9da7fd1e1d493b86724f8
Author: Luke Cwik <[email protected]>
Date: 2016-03-28T20:11:28Z
[BEAM-151] Remove dependence on num workers in DatastoreIO
This prevents moving DataflowPipelineOptions into a separate maven module.
commit d4fa5f7abce953272c31da355b0c00c0be2bdd09
Author: Luke Cwik <[email protected]>
Date: 2016-03-28T20:19:53Z
[BEAM-151] Remove references to DataflowPipelineOptions
Removed DatastoreIO dependence on numWorkers from
DataflowPipelineWorkerHarnessOptions.
This prevented moving DataflowPipelineOptions to a separate maven module.
commit 52a4ecbeb4f2aab3db4023e10ddbced2ac70b690
Author: Luke Cwik <[email protected]>
Date: 2016-03-28T20:26:19Z
[BEAM-151] Remove references to Dataflow runners
This prevents moving DataflowPipelineRunner and subclasses to runner
specific maven module.
commit ab8e54d383716cc82d49b318f0c1012157a68607
Author: Luke Cwik <[email protected]>
Date: 2016-03-28T21:16:34Z
[BEAM-151] Remove dependence on DataflowPipelineOptions
This prevents moving DataflowPipelineOptions to its own runner specifc
maven module.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---