Skip to content

Commit

Permalink
fix dockerfile link
Browse files Browse the repository at this point in the history
  • Loading branch information
vakarisbk authored Nov 8, 2023
1 parent 8345b4d commit 335d43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN wget --no-verbose "https://downloads.apache.org/spark/spark-${SPARK_VERSION}
mv /opt/spark-3.5.0-bin-hadoop3 ${SPARK_HOME}

# Set the location of the Livy zip file
ARG LIVY_ZIP_URL=https://github.com/vakarisbk/incubator-livy/releases/download/0.9.1/livy-0.9-snapshot.zip
ARG LIVY_ZIP_URL=https://github.com/vakarisbk/incubator-livy/releases/download/0.9.0-k8s/livy-0.9-snapshot.zip

# Download and extract the Livy zip file into /opt/livy
RUN wget --no-verbose "${LIVY_ZIP_URL}" -O /opt/livy.zip && \
Expand Down

0 comments on commit 335d43f

Please sign in to comment.