aboutsummaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2012-10-09 09:46:20 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2012-10-09 09:46:20 -0700
commit4780fee887b98e1bf07a21f6152c83bd03378f66 (patch)
tree904b90dc62cb541d77a5baf161d8d57e4a04a1c9 /docs/index.md
parentd3b8252050f3293b1a9d292fd9d37ddb68a01124 (diff)
parente1a724f39ca986fb3aee9619ca80c10878520f56 (diff)
downloadspark-4780fee887b98e1bf07a21f6152c83bd03378f66.tar.gz
spark-4780fee887b98e1bf07a21f6152c83bd03378f66.tar.bz2
spark-4780fee887b98e1bf07a21f6152c83bd03378f66.zip
Merge pull request #260 from andyk/update-docs-to-use-version-vars
Updates docs to use the new version num vars and adds Spark version in nav bar
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.md b/docs/index.md
index 15106ba30c..92a7aef5a5 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -19,7 +19,7 @@ Get Spark by visiting the [downloads page](http://spark-project.org/downloads.ht
# Building
-Spark requires [Scala 2.9.2](http://www.scala-lang.org/). You will need to have Scala's `bin` directory in your `PATH`,
+Spark requires [Scala {{site.SCALA_VERSION}}](http://www.scala-lang.org/). You will need to have Scala's `bin` directory in your `PATH`,
or you will need to set the `SCALA_HOME` environment variable to point
to where you've installed Scala. Scala must also be accessible through one
of these methods on slave nodes on your cluster.