File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ RUN /opt/conda/bin/conda create -n sparkdl python=$PYTHON_VERSION && \
4040
4141# Install Spark and update env variables.
4242ENV SCALA_VERSION 2.11.8
43- ENV SPARK_VERSION 2.4.0
43+ ENV SPARK_VERSION 2.4.3
4444ENV SPARK_BUILD "spark-${SPARK_VERSION}-bin-hadoop2.7"
45- ENV SPARK_BUILD_URL "https://dist.apache.org/repos/dist/release/spark/spark-2.4.0 /${SPARK_BUILD}.tgz"
45+ ENV SPARK_BUILD_URL "https://dist.apache.org/repos/dist/release/spark/spark-${SPARK_VERSION} /${SPARK_BUILD}.tgz"
4646RUN wget --quiet $SPARK_BUILD_URL -O /tmp/spark.tgz && \
4747 tar -C /opt -xf /tmp/spark.tgz && \
4848 mv /opt/$SPARK_BUILD /opt/spark && \
Original file line number Diff line number Diff line change 33
44import ReleaseTransformations ._
55
6- val sparkVer = sys.props.getOrElse(" spark.version" , " 2.4.0 " )
6+ val sparkVer = sys.props.getOrElse(" spark.version" , " 2.4.3 " )
77val sparkBranch = sparkVer.substring(0 , 3 )
88val defaultScalaVer = sparkBranch match {
99 case " 2.3" => " 2.11.8"
You can’t perform that action at this time.
0 commit comments