[
https://issues.apache.org/jira/browse/BEAM-280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Halperin updated BEAM-280:
---------------------------------
Issue Type: Improvement (was: Bug)
> TestPipeline should be constructible without a runner
> -----------------------------------------------------
>
> Key: BEAM-280
> URL: https://issues.apache.org/jira/browse/BEAM-280
> Project: Beam
> Issue Type: Improvement
> Components: sdk-java-core
> Reporter: Kenneth Knowles
> Assignee: Thomas Groh
> Fix For: 0.2.0-incubating
>
>
> Today, one cannot create a {{Pipeline}} without a runner, as the runner is
> wired in to do transform expansions. However, we want to remove the
> {{DirectPipelineRunner}} from the SDK, so a {{TestPipeline}} should default
> to a no-op runner that performs no expansion, but crashes upon {{run()}}, or
> some such, in order to execute tests that do not really require a runner.
> (As soon as possible, this expansion wiring will be removed, but if we keep
> the {{Pipeline.run()}} convenience method, we may still need some optional
> runner set up)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)