File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN sbt update
24
24
# add the rest of the code
25
25
COPY . .
26
26
27
- ENV SPARK_HOME /tmp/spark-2.0.1 -bin-hadoop2.7
27
+ ENV SPARK_HOME /tmp/spark-2.0.2 -bin-hadoop2.7
28
28
ENV JAVA_OPTIONS "-Xmx1500m -XX:MaxPermSize=512m -Dakka.test.timefactor=3"
29
29
30
30
CMD ["/usr/src/app/run_tests.sh"]
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
set -e
3
- curl -L -o /tmp/spark.tgz http://d3kbcqa49mib13.cloudfront.net/spark-2.0.1 -bin-hadoop2.7.tgz
3
+ curl -L -o /tmp/spark.tgz http://d3kbcqa49mib13.cloudfront.net/spark-2.0.2 -bin-hadoop2.7.tgz
4
4
tar -xvzf /tmp/spark.tgz -C /tmp
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ object Versions {
7
7
lazy val akka = " 2.4.9"
8
8
lazy val spray = " 1.3.3"
9
9
lazy val sprayJson = " 1.3.2"
10
- lazy val spark = " 2.0.1 "
10
+ lazy val spark = " 2.0.2 "
11
11
lazy val mesos = " 1.0.0-2.0.89.ubuntu1404"
12
12
lazy val netty = " 4.0.29.Final"
13
13
lazy val slick = " 3.1.1"
You can’t perform that action at this time.
0 commit comments