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.
249249 (Interpreter classes (all .scala files in repl/src/main/scala
250250 except for Main.Scala, SparkHelper.scala and ExecutorClassLoader.scala),
251251 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/)
257257 (BSD-style) scalacheck (org.scalacheck:scalacheck_2.11:1.10.0 - http://www.scalacheck.org)
258258 (BSD-style) spire (org.spire-math:spire_2.11:0.7.1 - http://spire-math.org)
259259 (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:
1717SPARK_VERSION : 2.3.0-SNAPSHOT
1818SPARK_VERSION_SHORT : 2.3.0
1919SCALA_BINARY_VERSION : " 2.11"
20- SCALA_VERSION : " 2.11.7 "
20+ SCALA_VERSION : " 2.11.8 "
2121MESOS_VERSION : 1.0.0
2222SPARK_ISSUE_TRACKER_URL : https://issues.apache.org/jira/browse/SPARK
2323SPARK_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 && \
2525 apt-get install -y less openjdk-7-jre-headless net-tools vim-tiny sudo openssh-server && \
2626 rm -rf /var/lib/apt/lists/*
2727
28- ENV SCALA_VERSION 2.11.7
28+ ENV SCALA_VERSION 2.11.8
2929ENV CDH_VERSION cdh4
3030ENV SCALA_HOME /opt/scala-$SCALA_VERSION
3131ENV SPARK_HOME /opt/spark
You can’t perform that action at this time.
0 commit comments