Skip to content

Commit 93e47c2

Browse files
committed
Update Spark to 1.4.1
1 parent 0d12171 commit 93e47c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ RUN curl -sL --retry 3 --insecure \
1818
&& rm -rf $JAVA_HOME/man
1919

2020
# SPARK
21-
ENV SPARK_VERSION 1.4.0
22-
ENV HADOOP_VERSION 2.6
21+
ENV SPARK_VERSION 1.4.1
22+
ENV HADOOP_VERSION 2.4
2323
ENV SPARK_PACKAGE $SPARK_VERSION-bin-hadoop$HADOOP_VERSION
2424
ENV SPARK_HOME /usr/spark-$SPARK_PACKAGE
2525
ENV PATH $PATH:$SPARK_HOME/bin

0 commit comments

Comments
 (0)