You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by jo...@apache.org on 2022/07/31 08:21:07 UTC

[zeppelin] branch master updated: [ZEPPELIN-4871] Update Livy interpreter to 0.7.1 (#4433)

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

jongyoul 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 5b6745fb86 [ZEPPELIN-4871] Update Livy interpreter to 0.7.1 (#4433)
5b6745fb86 is described below

commit 5b6745fb86662416a76690c77b0c8fe77b8009b4
Author: KIM NAMGUE <kn...@gmail.com>
AuthorDate: Sun Jul 31 17:20:59 2022 +0900

    [ZEPPELIN-4871] Update Livy interpreter to 0.7.1 (#4433)
    
    * Upgrade livy interpreter version from 0.5.0 to 0.7.1
    
    * fix livy version to 0.7.1-incubating
    
    * fix livy-0-5 version title to livy-0-7
    
    Co-authored-by: dwayne.knq <dw...@kakaocorp.com>
---
 .github/workflows/core.yml | 4 ++--
 livy/pom.xml               | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml
index 93366a5531..3b8730a3cc 100644
--- a/.github/workflows/core.yml
+++ b/.github/workflows/core.yml
@@ -404,7 +404,7 @@ jobs:
           rm -rf spark/interpreter/metastore_db
           ./mvnw test -DskipRat -pl spark-submit,spark/interpreter -Pspark-3.3 -Pspark-scala-2.13 -Phadoop3 -Pintegration -B -DfailIfNoTests=false
 
-  livy-0-5-with-spark-2-2-0-under-python3:
+  livy-0-7-with-spark-2-2-0-under-python3:
     runs-on: ubuntu-20.04
     steps:
       - name: Checkout
@@ -431,7 +431,7 @@ jobs:
         run: |
           ./mvnw install -DskipTests -DskipRat -pl livy -am  -B
           ./testing/downloadSpark.sh "2.2.0" "2.6"
-          ./testing/downloadLivy.sh "0.5.0-incubating"
+          ./testing/downloadLivy.sh "0.7.1-incubating"
       - name: Setup conda environment with python 3.7 and R
         uses: conda-incubator/setup-miniconda@v2
         with:
diff --git a/livy/pom.xml b/livy/pom.xml
index 32fbcb1d2f..0e08f231d1 100644
--- a/livy/pom.xml
+++ b/livy/pom.xml
@@ -39,7 +39,7 @@
         <spring.security.kerberosclient>1.0.1.RELEASE</spring.security.kerberosclient>
 
         <!--test library versions-->
-        <livy.version>0.5.0-incubating</livy.version>
+        <livy.version>0.7.1-incubating</livy.version>
         <spark.version>2.1.0</spark.version>
         <hadoop.version>${hadoop2.6.version}</hadoop.version>
     </properties>