aboutsummaryrefslogtreecommitdiff
path: root/docs/building-with-maven.md
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2013-04-07 20:27:03 -0400
committerMatei Zaharia <matei@eecs.berkeley.edu>2013-04-07 20:27:03 -0400
commit34a47b8bc9c8d3357d42201ec41e5af2675bc766 (patch)
treee4522798cde9e397261b79b263277d5f9ce0b917 /docs/building-with-maven.md
parentb362df39ead05687e58a739a3d89bd973fdc8c3e (diff)
downloadspark-34a47b8bc9c8d3357d42201ec41e5af2675bc766.tar.gz
spark-34a47b8bc9c8d3357d42201ec41e5af2675bc766.tar.bz2
spark-34a47b8bc9c8d3357d42201ec41e5af2675bc766.zip
Update Scala version in docs
Diffstat (limited to 'docs/building-with-maven.md')
-rw-r--r--docs/building-with-maven.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/building-with-maven.md b/docs/building-with-maven.md
index c2eeafd07a..04cd79d039 100644
--- a/docs/building-with-maven.md
+++ b/docs/building-with-maven.md
@@ -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:
- [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]
- [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]
To fix these, you can do the following: