File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ FROM jupyter/datascience-notebook:python-3.9.7
22
33USER root
44
5- ARG SPARK_VERSION=3.1.2
5+ ARG SPARK_VERSION=3.2.0
66ARG HADOOP_VERSION=3.3.1
7- ARG HIVE_VERSION=2.3.7
7+ ARG HIVE_VERSION=2.3.9
88
99ARG HADOOP_URL="https://downloads.apache.org/hadoop/common/hadoop-${HADOOP_VERSION}"
1010ARG HADOOP_AWS_URL="https://repo1.maven.org/maven2/org/apache/hadoop/hadoop-aws"
@@ -74,7 +74,7 @@ ADD spark-env.sh $SPARK_HOME/conf
7474ADD entrypoint.sh /opt/entrypoint.sh
7575RUN chmod +x /opt/entrypoint.sh $SPARK_HOME/conf/spark-env.sh
7676
77- ENV PYTHONPATH="$SPARK_HOME/python:$SPARK_HOME/python/lib/py4j-0.10.9-src.zip"
77+ ENV PYTHONPATH="$SPARK_HOME/python:$SPARK_HOME/python/lib/py4j-0.10.9.2 -src.zip"
7878ENV SPARK_OPTS --driver-java-options=-Xms1024M --driver-java-options=-Xmx4096M
7979ENV JAVA_HOME "/usr/lib/jvm/java-11-openjdk-amd64"
8080ENV HADOOP_OPTIONAL_TOOLS "hadoop-aws"
You can’t perform that action at this time.
0 commit comments