[ https://issues.apache.org/jira/browse/BEAM-433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15371880#comment-15371880 ]
ASF GitHub Bot commented on BEAM-433: ------------------------------------- GitHub user peihe opened a pull request: https://github.com/apache/incubator-beam/pull/634 [BEAM-433] Remove references to JobName in examples pipeline options. You can merge this pull request into a Git repository by running: $ git pull https://github.com/peihe/incubator-beam cleanup-examples-utils Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-beam/pull/634.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 #634 ---- commit 21e9918b14a6cff069c2e5857e31c69e0ab48447 Author: Pei He <pe...@google.com> Date: 2016-07-11T21:22:15Z [BEAM-433] Change the ExampleUtils constructor takes PipelineOptions commit 1ebb06781bd3e08c949e0516a81eb842d81e5eda Author: Pei He <pe...@google.com> Date: 2016-07-11T21:05:46Z [BEAM-433] Remove reference to JobName in examples pipeline options. ---- > Make Beam examples runners agnostic > ----------------------------------- > > Key: BEAM-433 > URL: https://issues.apache.org/jira/browse/BEAM-433 > Project: Beam > Issue Type: Improvement > Reporter: Pei He > Assignee: Pei He > > Beam examples are ported from Dataflow, and they heavily reference to > Dataflow classes. > There are following cleanup tasks: > 1. Remove Dataflow streaming and batch injector setup (Done). > 2. Remove references to DataflowPipelineOptions. > 3. Move cancel() from DataflowPipelineJob to PipelineResult. -- This message was sent by Atlassian JIRA (v6.3.4#6332)