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

pdallig 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 b8913a1ec3 update livy archive name (#4470)
b8913a1ec3 is described below

commit b8913a1ec347ecf0f8079164a8c4a81f4346c985
Author: Arnout Engelen <arn...@engelen.eu>
AuthorDate: Wed Oct 12 16:24:55 2022 +0200

    update livy archive name (#4470)
    
    From 0.6.0 onwards the archive name is prefixed with 'apache-'.
    
    As far as I can see there are no scripts that still want to support
    older versions of livy, so it is probably safe to update the script
    like this. I did not test beyond invoking the script.
---
 testing/downloadLivy.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/downloadLivy.sh b/testing/downloadLivy.sh
index c018f4a4ca..7f2faf3ffe 100755
--- a/testing/downloadLivy.sh
+++ b/testing/downloadLivy.sh
@@ -49,7 +49,7 @@ download_with_retry() {
 }
 
 LIVY_CACHE=".livy-dist"
-LIVY_ARCHIVE="livy-${LIVY_VERSION}-bin"
+LIVY_ARCHIVE="apache-livy-${LIVY_VERSION}-bin"
 export LIVY_HOME="${ZEPPELIN_HOME}/livy-server-$LIVY_VERSION"
 echo "LIVY_HOME is ${LIVY_HOME}"
 

Reply via email to