You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Robert Schmidtke (JIRA)" <ji...@apache.org> on 2017/01/14 12:57:26 UTC

[jira] [Created] (FLINK-5490) ContextEnvironment.getExecutionPlan() clears Sinks

Robert Schmidtke created FLINK-5490:
---------------------------------------

             Summary: ContextEnvironment.getExecutionPlan() clears Sinks
                 Key: FLINK-5490
                 URL: https://issues.apache.org/jira/browse/FLINK-5490
             Project: Flink
          Issue Type: Bug
          Components: Client
            Reporter: Robert Schmidtke
            Priority: Trivial


Getting the execution plan via the ExecutionEnvironment causes the sinks to be cleared, effectively resulting in the situation that it is impossible to first obtain the execution plan, and then execute it. Passing false to https://github.com/apache/flink/blob/master/flink-clients/src/main/java/org/apache/flink/client/program/ContextEnvironment.java#L68 should fix this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)