Skip to content

Commit

Permalink
Modify flink engine version (#4993)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengJie1053 authored Nov 28, 2023
1 parent d9240c0 commit 3a9763e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public class LabelCommonConfig {
CommonVars.apply("wds.linkis.appconn.engine.version", "1");

public static final CommonVars<String> FLINK_ENGINE_VERSION =
CommonVars.apply("wds.linkis.flink.engine.version", "1.12.2");
CommonVars.apply("wds.linkis.flink.engine.version", "1.16.2");

public static final CommonVars<String> SQOOP_ENGINE_VERSION =
CommonVars.apply("wds.linkis.sqoop.engine.version", "1.4.6");
Expand Down

0 comments on commit 3a9763e

Please sign in to comment.