Skip to content

Commit 19a1d2d

Browse files
committed
Up to spark 1.3.1
1 parent bc3c7c5 commit 19a1d2d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN curl -sL --retry 3 --insecure \
1313
&& rm -rf $JAVA_HOME/man
1414

1515
# SPARK
16-
ENV SPARK_VERSION 1.3.0
16+
ENV SPARK_VERSION 1.3.1
1717
ENV HADOOP_VERSION 2.4
1818
ENV SPARK_PACKAGE $SPARK_VERSION-bin-hadoop$HADOOP_VERSION
1919
ENV SPARK_HOME /usr/spark-$SPARK_PACKAGE

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
master:
2-
image: gettyimages/spark:1.3.0-hadoop-2.4
2+
image: gettyimages/spark
33
command: /usr/spark/bin/spark-class org.apache.spark.deploy.master.Master
44
hostname: master
55
environment:
@@ -23,7 +23,7 @@ master:
2323
- ./data:/tmp/data
2424

2525
worker:
26-
image: gettyimages/spark:1.3.0-hadoop-2.4
26+
image: gettyimages/spark
2727
command: /usr/spark/bin/spark-class org.apache.spark.deploy.worker.Worker spark://master:7077
2828
hostname: worker
2929
environment:

0 commit comments

Comments
 (0)