Skip to content

Commit

Permalink
Spark JDK 17 for python 3.10 (#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
MonkeyCanCode authored Jan 30, 2025
1 parent 23385a0 commit 7168326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regtests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
# under the License.
#

FROM docker.io/apache/spark:3.5.4-python3
FROM docker.io/apache/spark:3.5.4-java17-python3
ARG POLARIS_HOST=polaris
ENV POLARIS_HOST=$POLARIS_HOST
ENV SPARK_HOME=/opt/spark

USER root
RUN apt update
RUN apt-get install -y diffutils wget curl python3.8-venv
RUN apt-get install -y diffutils wget curl python3.10-venv
RUN mkdir -p /home/spark && \
chown -R spark /home/spark && \
mkdir -p /tmp/polaris-regtests && \
Expand Down

0 comments on commit 7168326

Please sign in to comment.