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 2021/05/27 05:05:42 UTC

[zeppelin] branch branch-0.9 updated: [HotFix] Fix Flink CI failure

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

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


The following commit(s) were added to refs/heads/branch-0.9 by this push:
     new 2f99b85  [HotFix] Fix Flink CI failure
2f99b85 is described below

commit 2f99b859792edec69e63547800ac8a35f1096be0
Author: Jeff Zhang <zj...@apache.org>
AuthorDate: Wed May 26 23:17:17 2021 +0800

    [HotFix] Fix Flink CI failure
---
 flink/interpreter/pom.xml                      | 18 ++++++++++++++++++
 testing/env_python_3_with_R.yml                |  8 ++++----
 testing/env_python_3_with_R_and_tensorflow.yml |  8 ++++----
 testing/env_python_3_with_flink_111.yml        |  8 ++++----
 testing/env_python_3_with_flink_112.yml        |  8 ++++----
 testing/env_python_3_with_flink_113.yml        |  8 ++++----
 6 files changed, 38 insertions(+), 20 deletions(-)

diff --git a/flink/interpreter/pom.xml b/flink/interpreter/pom.xml
index c09c0b1..045c65d 100644
--- a/flink/interpreter/pom.xml
+++ b/flink/interpreter/pom.xml
@@ -535,6 +535,10 @@
           <groupId>com.google.protobuf</groupId>
           <artifactId>protobuf-java</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>org.pentaho</groupId>
+          <artifactId>pentaho-aggdesigner-algorithm</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
 
@@ -568,6 +572,12 @@
       <artifactId>hive-contrib</artifactId>
       <version>${hive.version}</version>
       <scope>test</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>org.pentaho</groupId>
+          <artifactId>pentaho-aggdesigner-algorithm</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
 
     <dependency>
@@ -593,6 +603,10 @@
           <groupId>io.netty</groupId>
           <artifactId>netty-all</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>org.pentaho</groupId>
+          <artifactId>pentaho-aggdesigner-algorithm</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
 
@@ -613,6 +627,10 @@
           <groupId>com.google.guava</groupId>
           <artifactId>guava</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>org.pentaho</groupId>
+          <artifactId>pentaho-aggdesigner-algorithm</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
 
diff --git a/testing/env_python_3_with_R.yml b/testing/env_python_3_with_R.yml
index 17ca6b8..b0c77d2 100644
--- a/testing/env_python_3_with_R.yml
+++ b/testing/env_python_3_with_R.yml
@@ -7,8 +7,8 @@ dependencies:
   - numpy=1
   - pandas=0.25
   - scipy=1
-  - grpcio
-  - hvplot
+  - grpcio=1.22.0
+  - hvplot=0.5.2
   - protobuf=3
   - pandasql=0.7.3
   - ipython=7
@@ -16,8 +16,8 @@ dependencies:
   - ipykernel=5
   - jupyter_client=5
   - bokeh=1.3.4
-  - panel
-  - holoviews
+  - panel=0.6.0
+  - holoviews=1.12.3
   - pyyaml=3
   - pip
   - pip:
diff --git a/testing/env_python_3_with_R_and_tensorflow.yml b/testing/env_python_3_with_R_and_tensorflow.yml
index 47e5d34..8813cde 100644
--- a/testing/env_python_3_with_R_and_tensorflow.yml
+++ b/testing/env_python_3_with_R_and_tensorflow.yml
@@ -7,8 +7,8 @@ dependencies:
   - numpy=1
   - pandas=0.25
   - scipy=1
-  - grpcio
-  - hvplot
+  - grpcio=1.22.0
+  - hvplot=0.5.2
   - protobuf=3
   - pandasql=0.7.3
   - ipython=7
@@ -16,8 +16,8 @@ dependencies:
   - ipykernel=5
   - jupyter_client=5
   - bokeh=1.3.4
-  - panel
-  - holoviews
+  - panel=0.6.0
+  - holoviews=1.12.3
   - pyyaml=3
   - pip
   - pip:
diff --git a/testing/env_python_3_with_flink_111.yml b/testing/env_python_3_with_flink_111.yml
index e23bedb..653763f 100644
--- a/testing/env_python_3_with_flink_111.yml
+++ b/testing/env_python_3_with_flink_111.yml
@@ -7,8 +7,8 @@ dependencies:
   - numpy=1
   - pandas=0.25
   - scipy=1
-  - grpcio
-  - hvplot
+  - grpcio=1.22.0
+  - hvplot=0.5.2
   - protobuf=3
   - pandasql=0.7.3
   - ipython=7
@@ -16,8 +16,8 @@ dependencies:
   - ipykernel=5
   - jupyter_client=5
   - bokeh=1.3.4
-  - panel
-  - holoviews
+  - panel=0.6.0
+  - holoviews=1.12.3
   - pyyaml=3
   - pip
   - pip:
diff --git a/testing/env_python_3_with_flink_112.yml b/testing/env_python_3_with_flink_112.yml
index 8af5119..35b4903 100644
--- a/testing/env_python_3_with_flink_112.yml
+++ b/testing/env_python_3_with_flink_112.yml
@@ -11,8 +11,8 @@ dependencies:
   - numpy=1
   - pandas=0.25
   - scipy=1
-  - grpcio
-  - hvplot
+  - grpcio=1.22.0
+  - hvplot=0.5.2
   - protobuf=3
   - pandasql=0.7.3
   - ipython=7
@@ -20,7 +20,7 @@ dependencies:
   - ipykernel=5
   - jupyter_client=5
   - bokeh=1.3.4
-  - panel
-  - holoviews
+  - panel=0.6.0
+  - holoviews=1.12.3
   - pyyaml=3
 
diff --git a/testing/env_python_3_with_flink_113.yml b/testing/env_python_3_with_flink_113.yml
index 796afff..c15bf27 100644
--- a/testing/env_python_3_with_flink_113.yml
+++ b/testing/env_python_3_with_flink_113.yml
@@ -11,8 +11,8 @@ dependencies:
   - numpy=1
   - pandas=0.25
   - scipy=1
-  - grpcio
-  - hvplot
+  - grpcio=1.22.0
+  - hvplot=0.5.2
   - protobuf=3
   - pandasql=0.7.3
   - ipython=7
@@ -20,7 +20,7 @@ dependencies:
   - ipykernel=5
   - jupyter_client=5
   - bokeh=1.3.4
-  - panel
-  - holoviews
+  - panel=0.6.0
+  - holoviews=1.12.3
   - pyyaml=3