File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
external/docker/spark-test/base Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -249,11 +249,11 @@ The text of each license is also included at licenses/LICENSE-[project].txt.
249
249
(Interpreter classes (all .scala files in repl/src/main/scala
250
250
except for Main.Scala, SparkHelper.scala and ExecutorClassLoader.scala),
251
251
and for SerializableMapWrapper in JavaUtils.scala)
252
- (BSD-like) Scala Actors library (org.scala-lang:scala-actors:2.11.7 - http://www.scala-lang.org/)
253
- (BSD-like) Scala Compiler (org.scala-lang:scala-compiler:2.11.7 - http://www.scala-lang.org/)
254
- (BSD-like) Scala Compiler (org.scala-lang:scala-reflect:2.11.7 - http://www.scala-lang.org/)
255
- (BSD-like) Scala Library (org.scala-lang:scala-library:2.11.7 - http://www.scala-lang.org/)
256
- (BSD-like) Scalap (org.scala-lang:scalap:2.11.7 - http://www.scala-lang.org/)
252
+ (BSD-like) Scala Actors library (org.scala-lang:scala-actors:2.11.8 - http://www.scala-lang.org/)
253
+ (BSD-like) Scala Compiler (org.scala-lang:scala-compiler:2.11.8 - http://www.scala-lang.org/)
254
+ (BSD-like) Scala Compiler (org.scala-lang:scala-reflect:2.11.8 - http://www.scala-lang.org/)
255
+ (BSD-like) Scala Library (org.scala-lang:scala-library:2.11.8 - http://www.scala-lang.org/)
256
+ (BSD-like) Scalap (org.scala-lang:scalap:2.11.8 - http://www.scala-lang.org/)
257
257
(BSD-style) scalacheck (org.scalacheck:scalacheck_2.11:1.10.0 - http://www.scalacheck.org)
258
258
(BSD-style) spire (org.spire-math:spire_2.11:0.7.1 - http://spire-math.org)
259
259
(BSD-style) spire-macros (org.spire-math:spire-macros_2.11:0.7.1 - http://spire-math.org)
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ include:
17
17
SPARK_VERSION : 2.3.0-SNAPSHOT
18
18
SPARK_VERSION_SHORT : 2.3.0
19
19
SCALA_BINARY_VERSION : " 2.11"
20
- SCALA_VERSION : " 2.11.7 "
20
+ SCALA_VERSION : " 2.11.8 "
21
21
MESOS_VERSION : 1.0.0
22
22
SPARK_ISSUE_TRACKER_URL : https://issues.apache.org/jira/browse/SPARK
23
23
SPARK_GITHUB_URL : https://github.com/apache/spark
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN apt-get update && \
25
25
apt-get install -y less openjdk-7-jre-headless net-tools vim-tiny sudo openssh-server && \
26
26
rm -rf /var/lib/apt/lists/*
27
27
28
- ENV SCALA_VERSION 2.11.7
28
+ ENV SCALA_VERSION 2.11.8
29
29
ENV CDH_VERSION cdh4
30
30
ENV SCALA_HOME /opt/scala-$SCALA_VERSION
31
31
ENV SPARK_HOME /opt/spark
You can’t perform that action at this time.
0 commit comments