diff --git a/core/pom.xml b/core/pom.xml index eb6cc4d3105e9912e89b969eb5a83210f7128c46..e4c32eff0cd770f08077542c1a9a9f2dc2ffeffd 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -150,7 +150,7 @@ <artifactId>json4s-jackson_${scala.binary.version}</artifactId> <version>3.2.6</version> <!-- see also exclusion for lift-json; this is necessary since it depends on - scala-library and scalap 2.10.0, but we use 2.10.3, and only override + scala-library and scalap 2.10.0, but we use 2.10.4, and only override scala-library --> <exclusions> <exclusion> diff --git a/dev/audit-release/README.md b/dev/audit-release/README.md index 2437a9867217791f9f12b207724642780b45448d..38becda0eae92b196ef8f701c546c1e2b66acc95 100644 --- a/dev/audit-release/README.md +++ b/dev/audit-release/README.md @@ -4,7 +4,7 @@ run them locally by setting appropriate environment variables. ``` $ cd sbt_app_core -$ SCALA_VERSION=2.10.3 \ +$ SCALA_VERSION=2.10.4 \ SPARK_VERSION=1.0.0-SNAPSHOT \ SPARK_RELEASE_REPOSITORY=file:///home/patrick/.ivy2/local \ sbt run diff --git a/dev/audit-release/audit_release.py b/dev/audit-release/audit_release.py index 52c367d9b030d51e599e4daa866074180dd17f4a..fa2f02dfecc75ee64c0ebeaa1a16b397faaca8da 100755 --- a/dev/audit-release/audit_release.py +++ b/dev/audit-release/audit_release.py @@ -35,7 +35,7 @@ RELEASE_URL = "http://people.apache.org/~pwendell/spark-1.0.0-rc1/" RELEASE_KEY = "9E4FE3AF" RELEASE_REPOSITORY = "https://repository.apache.org/content/repositories/orgapachespark-1006/" RELEASE_VERSION = "1.0.0" -SCALA_VERSION = "2.10.3" +SCALA_VERSION = "2.10.4" SCALA_BINARY_VERSION = "2.10" ## diff --git a/docker/spark-test/base/Dockerfile b/docker/spark-test/base/Dockerfile index e543db6143e4d3afc975fa927b75f0f3ac32f7ac..5956d59130fbf653ea966af1a3878563d276f940 100644 --- a/docker/spark-test/base/Dockerfile +++ b/docker/spark-test/base/Dockerfile @@ -25,7 +25,7 @@ RUN apt-get update # install a few other useful packages plus Open Jdk 7 RUN apt-get install -y less openjdk-7-jre-headless net-tools vim-tiny sudo openssh-server -ENV SCALA_VERSION 2.10.3 +ENV SCALA_VERSION 2.10.4 ENV CDH_VERSION cdh4 ENV SCALA_HOME /opt/scala-$SCALA_VERSION ENV SPARK_HOME /opt/spark diff --git a/docs/_config.yml b/docs/_config.yml index aa5a5adbc1743c675b5b1438fc7ea190ef8bd936..d585b8c5ea763bb38a47800cfb42cb8d9441c39c 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -6,7 +6,7 @@ markdown: kramdown SPARK_VERSION: 1.0.0-SNAPSHOT SPARK_VERSION_SHORT: 1.0.0 SCALA_BINARY_VERSION: "2.10" -SCALA_VERSION: "2.10.3" +SCALA_VERSION: "2.10.4" MESOS_VERSION: 0.13.0 SPARK_ISSUE_TRACKER_URL: https://spark-project.atlassian.net SPARK_GITHUB_URL: https://github.com/apache/spark diff --git a/pom.xml b/pom.xml index 09a449d81453f26e7b9deb423a174ba1b2378001..7d58060cba606779c0c609f2d2bed7600dd86977 100644 --- a/pom.xml +++ b/pom.xml @@ -110,7 +110,7 @@ <java.version>1.6</java.version> - <scala.version>2.10.3</scala.version> + <scala.version>2.10.4</scala.version> <scala.binary.version>2.10</scala.binary.version> <mesos.version>0.13.0</mesos.version> <akka.group>org.spark-project.akka</akka.group> @@ -380,7 +380,7 @@ <artifactId>lift-json_${scala.binary.version}</artifactId> <version>2.5.1</version> <!-- see also exclusion for json4s; this is necessary since it depends on - scala-library and scalap 2.10.0, but we use 2.10.3, and only override + scala-library and scalap 2.10.0, but we use 2.10.4, and only override scala-library --> <exclusions> <exclusion> diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala index 7457ff456ade4edb3eaf7485d0e78e7362487bbb..c5c697e8e24270a426931406d4c211b538fd1e44 100644 --- a/project/SparkBuild.scala +++ b/project/SparkBuild.scala @@ -152,7 +152,7 @@ object SparkBuild extends Build { def sharedSettings = Defaults.defaultSettings ++ MimaBuild.mimaSettings(file(sparkHome)) ++ Seq( organization := "org.apache.spark", version := SPARK_VERSION, - scalaVersion := "2.10.3", + scalaVersion := "2.10.4", scalacOptions := Seq("-Xmax-classfile-name", "120", "-unchecked", "-deprecation", "-target:" + SCALAC_JVM_VERSION), javacOptions := Seq("-target", JAVAC_JVM_VERSION, "-source", JAVAC_JVM_VERSION), diff --git a/project/plugins.sbt b/project/plugins.sbt index 5aa8a1ec2409b2a100407330e296b9b77f46a52c..d787237ddc54004df5e6baf826265b684727ad25 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -scalaVersion := "2.10.3" +scalaVersion := "2.10.4" resolvers += Resolver.url("artifactory", url("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases"))(Resolver.ivyStylePatterns) diff --git a/project/project/SparkPluginBuild.scala b/project/project/SparkPluginBuild.scala index 5a307044ba123556a225c7d98536384f58c42bb2..0142256e90fb78210162d033e38bbf2f92ed179d 100644 --- a/project/project/SparkPluginBuild.scala +++ b/project/project/SparkPluginBuild.scala @@ -32,7 +32,7 @@ object SparkPluginDef extends Build { name := "spark-style", organization := "org.apache.spark", version := sparkVersion, - scalaVersion := "2.10.3", + scalaVersion := "2.10.4", scalacOptions := Seq("-unchecked", "-deprecation"), libraryDependencies ++= Dependencies.scalaStyle ) diff --git a/sql/README.md b/sql/README.md index 4192fecb92fb0c990b15a713484c83592e3ab4e2..14d5555f0c7135cee36539c42bfec925cd45d738 100644 --- a/sql/README.md +++ b/sql/README.md @@ -38,7 +38,7 @@ import org.apache.spark.sql.catalyst.util._ import org.apache.spark.sql.execution import org.apache.spark.sql.hive._ import org.apache.spark.sql.hive.TestHive._ -Welcome to Scala version 2.10.3 (Java HotSpot(TM) 64-Bit Server VM, Java 1.7.0_45). +Welcome to Scala version 2.10.4 (Java HotSpot(TM) 64-Bit Server VM, Java 1.7.0_45). Type in expressions to have them evaluated. Type :help for more information.