You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by zj...@apache.org on 2020/09/20 12:54:37 UTC

[zeppelin] branch master updated: [ZEPPELIN-5047]. Upgrade flink to 1.11.2

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

zjffdu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/master by this push:
     new 7ca1409  [ZEPPELIN-5047]. Upgrade flink to 1.11.2
7ca1409 is described below

commit 7ca14097740e8e456b74adad1d6ae1bba89ed7a1
Author: Jeff Zhang <zj...@apache.org>
AuthorDate: Thu Sep 17 14:11:23 2020 +0800

    [ZEPPELIN-5047]. Upgrade flink to 1.11.2
    
    ### What is this PR for?
    
    Trivial PR to upgrade flink to 1.11.2
    
    ### What type of PR is it?
    [ Improvement]
    
    ### Todos
    * [ ] - Task
    
    ### What is the Jira issue?
    * https://issues.apache.org/jira/browse/ZEPPELIN-5047
    
    ### How should this be tested?
    * CI pass
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No
    
    Author: Jeff Zhang <zj...@apache.org>
    
    Closes #3915 from zjffdu/ZEPPELIN-5047 and squashes the following commits:
    
    24749f676 [Jeff Zhang] [ZEPPELIN-5047]. Upgrade flink to 1.11.2
---
 flink/pom.xml                                                           | 2 +-
 .../java/org/apache/zeppelin/integration/FlinkIntegrationTest111.java   | 2 +-
 .../org/apache/zeppelin/integration/ZeppelinFlinkClusterTest111.java    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/flink/pom.xml b/flink/pom.xml
index 3e489a1..7b9177f 100644
--- a/flink/pom.xml
+++ b/flink/pom.xml
@@ -43,7 +43,7 @@
 
     <properties>
         <flink1.10.version>1.10.2</flink1.10.version>
-        <flink1.11.version>1.11.1</flink1.11.version>
+        <flink1.11.version>1.11.2</flink1.11.version>
     </properties>
 
     <dependencies>
diff --git a/zeppelin-interpreter-integration/src/test/java/org/apache/zeppelin/integration/FlinkIntegrationTest111.java b/zeppelin-interpreter-integration/src/test/java/org/apache/zeppelin/integration/FlinkIntegrationTest111.java
index 108a459..f2193e1 100644
--- a/zeppelin-interpreter-integration/src/test/java/org/apache/zeppelin/integration/FlinkIntegrationTest111.java
+++ b/zeppelin-interpreter-integration/src/test/java/org/apache/zeppelin/integration/FlinkIntegrationTest111.java
@@ -29,7 +29,7 @@ public class FlinkIntegrationTest111 extends FlinkIntegrationTest {
   @Parameterized.Parameters
   public static List<Object[]> data() {
     return Arrays.asList(new Object[][]{
-            {"1.11.1"}
+            {"1.11.2"}
     });
   }
 
diff --git a/zeppelin-interpreter-integration/src/test/java/org/apache/zeppelin/integration/ZeppelinFlinkClusterTest111.java b/zeppelin-interpreter-integration/src/test/java/org/apache/zeppelin/integration/ZeppelinFlinkClusterTest111.java
index 467ff1c..c16dddd 100644
--- a/zeppelin-interpreter-integration/src/test/java/org/apache/zeppelin/integration/ZeppelinFlinkClusterTest111.java
+++ b/zeppelin-interpreter-integration/src/test/java/org/apache/zeppelin/integration/ZeppelinFlinkClusterTest111.java
@@ -29,7 +29,7 @@ public class ZeppelinFlinkClusterTest111 extends ZeppelinFlinkClusterTest {
   @Parameterized.Parameters
   public static List<Object[]> data() {
     return Arrays.asList(new Object[][]{
-            {"1.11.1"}
+            {"1.11.2"}
     });
   }