Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
0.9
-
None
Description
In the streaming API operations on DataStream.java call clean() if the closure cleaner is enabled in the execution config. Methods in StreamExecutionEnvironment.java always call clean, no way of disabling it. Operations in the Scala Streaming API also always call clean(), no way of disabling it.