We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ebf317 commit a749540Copy full SHA for a749540
core/src/main/java/com/dtstack/flink/sql/Main.java
@@ -321,6 +321,7 @@ private static StreamExecutionEnvironment getStreamExeEnv(Properties confPropert
321
StreamExecutionEnvironment.getExecutionEnvironment() :
322
new MyLocalStreamEnvironment();
323
324
+ env.getConfig().disableClosureCleaner();
325
env.setParallelism(FlinkUtil.getEnvParallelism(confProperties));
326
Configuration globalJobParameters = new Configuration();
327
Method method = Configuration.class.getDeclaredMethod("setValueInternal", String.class, Object.class);
0 commit comments