[ 
https://issues.apache.org/jira/browse/FLINK-5490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16684113#comment-16684113
 ] 

ASF GitHub Bot commented on FLINK-5490:
---------------------------------------

bmeriaux commented on issue #3977: [FLINK-5490] Not allowing sinks to be 
cleared when getting the execut…
URL: https://github.com/apache/flink/pull/3977#issuecomment-437960610
 
 
   hi @deepakmarathe,
   do you have time to add the requested test ?
   If not, i can do it, because I spend some time to find out why after calling 
getExecutionPlan(), i could not execute my job, while knowing with 
StreamingExecutionEnvironment it works !
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> 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
>              Labels: pull-request-available
>
> 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
(v7.6.3#76005)

Reply via email to