This is an automated email from the ASF dual-hosted git repository.
peacewong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/linkis.git
The following commit(s) were added to refs/heads/master by this push:
new 3a9763e5e Modify flink engine version (#4993)
3a9763e5e is described below
commit 3a9763e5ea91c0bc768ea4fc25896f61218b153a
Author: ChengJie1053 <[email protected]>
AuthorDate: Tue Nov 28 22:42:05 2023 +0800
Modify flink engine version (#4993)
---
.../java/org/apache/linkis/manager/label/conf/LabelCommonConfig.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/linkis-computation-governance/linkis-manager/linkis-label-common/src/main/java/org/apache/linkis/manager/label/conf/LabelCommonConfig.java
b/linkis-computation-governance/linkis-manager/linkis-label-common/src/main/java/org/apache/linkis/manager/label/conf/LabelCommonConfig.java
index 89169eb58..16a23c773 100644
---
a/linkis-computation-governance/linkis-manager/linkis-label-common/src/main/java/org/apache/linkis/manager/label/conf/LabelCommonConfig.java
+++
b/linkis-computation-governance/linkis-manager/linkis-label-common/src/main/java/org/apache/linkis/manager/label/conf/LabelCommonConfig.java
@@ -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");
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]