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 @@ -13,7 +13,7 @@ RUN curl -sL --retry 3 --insecure \
13
13
&& rm -rf $JAVA_HOME/man
14
14
15
15
# SPARK
16
- ENV SPARK_VERSION 1.3.0
16
+ ENV SPARK_VERSION 1.3.1
17
17
ENV HADOOP_VERSION 2.4
18
18
ENV SPARK_PACKAGE $SPARK_VERSION-bin-hadoop$HADOOP_VERSION
19
19
ENV SPARK_HOME /usr/spark-$SPARK_PACKAGE
Original file line number Diff line number Diff line change 1
1
master :
2
- image : gettyimages/spark:1.3.0-hadoop-2.4
2
+ image : gettyimages/spark
3
3
command : /usr/spark/bin/spark-class org.apache.spark.deploy.master.Master
4
4
hostname : master
5
5
environment :
@@ -23,7 +23,7 @@ master:
23
23
- ./data:/tmp/data
24
24
25
25
worker :
26
- image : gettyimages/spark:1.3.0-hadoop-2.4
26
+ image : gettyimages/spark
27
27
command : /usr/spark/bin/spark-class org.apache.spark.deploy.worker.Worker spark://master:7077
28
28
hostname : worker
29
29
environment :
You can’t perform that action at this time.
0 commit comments