You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by ca...@apache.org on 2022/08/11 07:46:51 UTC

[incubator-linkis] branch dev-1.2.0 updated: update flink engine version to 1.12.2 (#2689)

This is an automated email from the ASF dual-hosted git repository.

casion pushed a commit to branch dev-1.2.0
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git


The following commit(s) were added to refs/heads/dev-1.2.0 by this push:
     new 181835ed1 update flink engine version to 1.12.2 (#2689)
181835ed1 is described below

commit 181835ed19f9289c80833cd931a39b3ed0c2f749
Author: peacewong <wp...@gmail.com>
AuthorDate: Thu Aug 11 15:46:46 2022 +0800

    update flink engine version to 1.12.2 (#2689)
---
 .../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 5b0b23787..fa24f2a24 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
@@ -61,7 +61,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.11.1");
+            CommonVars.apply("wds.linkis.flink.engine.version", "1.12.2");
 
     public static final CommonVars<String> SQOOP_ENGINE_VERSION =
             CommonVars.apply("wds.linkis.sqoop.engine.version", "1.4.6");


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org