Skip to content

Commit 9f7f260

Browse files
committed
Update Spark to 1.6.0
1 parent 0718d70 commit 9f7f260

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

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

2020
# SPARK
21-
ENV SPARK_VERSION 1.5.2
21+
ENV SPARK_VERSION 1.6.0
2222
ENV HADOOP_VERSION 2.6
23-
ENV SPARK_PACKAGE $SPARK_VERSION-bin-hadoop$HADOOP_VERSION
24-
ENV SPARK_HOME /usr/spark-$SPARK_PACKAGE
23+
ENV SPARK_PACKAGE spark-$SPARK_VERSION-bin-hadoop$HADOOP_VERSION
24+
ENV SPARK_HOME /usr/$SPARK_PACKAGE
2525
ENV PATH $PATH:$SPARK_HOME/bin
2626
RUN curl -sL --retry 3 \
27-
"http://mirrors.ibiblio.org/apache/spark/spark-$SPARK_VERSION/spark-$SPARK_PACKAGE.tgz" \
27+
"http://d3kbcqa49mib13.cloudfront.net/$SPARK_PACKAGE.tgz" \
2828
| gunzip \
2929
| tar x -C /usr/ \
3030
&& ln -s $SPARK_HOME /usr/spark

0 commit comments

Comments
 (0)