Skip to content

Commit

Permalink
set PYSPARK_PYTHON to an interpreter that exists in this image
Browse files Browse the repository at this point in the history
  • Loading branch information
jdries committed Aug 20, 2024
1 parent e9c9e5c commit 2010fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/AlmaLinux/Dockerfile.almalinux9-spark-py-openeo
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN dnf clean all && dnf install -y epel-release && \
ENV SPARK_HOME /usr/local/spark
ENV JAVA_HOME /usr/lib/jvm/jre
ENV PYTHONPLATLIBDIR=lib64
ENV PYSPARK_PYTHON=/opt/openeo/bin/python3.11
ENV PYSPARK_PYTHON=/usr/bin/python3.11
ENV HADOOP_HOME=/usr/hdp/current/hadoop-client
ENV HADOOP_CONF_DIR=/etc/hadoop/conf
ENV YARN_CONF_DIR=/etc/hadoop/conf
Expand Down

0 comments on commit 2010fe8

Please sign in to comment.