Skip to content

Commit

Permalink
update livy archive name (apache#4470)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
raboof authored Oct 12, 2022
1 parent 2731527 commit b8913a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/downloadLivy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

Expand Down

0 comments on commit b8913a1

Please sign in to comment.