GitHub user knub opened a pull request:
https://github.com/apache/incubator-flink/pull/184
[FLINK-1008] Fix createProgramPlan() throws exception
Problem was, that ExecutionEnvironment#getExecutionPlan clears the data
sinks, i.e. a following ExecutionEnvironment#execute will throw an error
because there are no data sinks.
This introduces a new flag for ExecutionEnvironment#createProgramPlan to
indicate, that the the sinks shall not be cleared.
This does not break any existing code.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/knub/incubator-flink knub/flink-1008
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-flink/pull/184.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 #184
----
commit 7359613e54d2d66e903b3f93a4a0c190aa73e2e3
Author: Stefan Bunk <[email protected]>
Date: 2014-11-05T16:21:24Z
[FLINK-1008] Fix createProgramPlan() throws exception
Problem was, that ExecutionEnvironment#getExecutionPlan clears the data
sinks, i.e. a following ExecutionEnvironment#execute will throw an error
because there are no data sinks.
This introduces a new flag for ExecutionEnvironment#createProgramPlan to
indicate, that the the sinks shall not be cleared.
This does not break any existing code.
----
---
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.
---