Skip to content
Snippets Groups Projects
Commit 34a47b8b authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Update Scala version in docs

parent b362df39
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,6 @@ markdown: kramdown ...@@ -5,6 +5,6 @@ markdown: kramdown
# of Spark, Scala, and Mesos. # of Spark, Scala, and Mesos.
SPARK_VERSION: 0.7.1-SNAPSHOT SPARK_VERSION: 0.7.1-SNAPSHOT
SPARK_VERSION_SHORT: 0.7.1 SPARK_VERSION_SHORT: 0.7.1
SCALA_VERSION: 2.9.2 SCALA_VERSION: 2.9.3
MESOS_VERSION: 0.9.0-incubating MESOS_VERSION: 0.9.0-incubating
SPARK_ISSUE_TRACKER_URL: https://spark-project.atlassian.net SPARK_ISSUE_TRACKER_URL: https://spark-project.atlassian.net
...@@ -42,10 +42,10 @@ To run a specific test suite: ...@@ -42,10 +42,10 @@ To run a specific test suite:
You might run into the following errors if you're using a vanilla installation of Maven: You might run into the following errors if you're using a vanilla installation of Maven:
[INFO] Compiling 203 Scala sources and 9 Java sources to /Users/andyk/Development/spark/core/target/scala-2.9.2/classes... [INFO] Compiling 203 Scala sources and 9 Java sources to /Users/me/Development/spark/core/target/scala-{{site.SCALA_VERSION}}/classes...
[ERROR] PermGen space -> [Help 1] [ERROR] PermGen space -> [Help 1]
[INFO] Compiling 203 Scala sources and 9 Java sources to /Users/andyk/Development/spark/core/target/scala-2.9.2/classes... [INFO] Compiling 203 Scala sources and 9 Java sources to /Users/me/Development/spark/core/target/scala-{{site.SCALA_VERSION}}/classes...
[ERROR] Java heap space -> [Help 1] [ERROR] Java heap space -> [Help 1]
To fix these, you can do the following: To fix these, you can do the following:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment