summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@apache.org>2014-02-21 02:51:01 +0000
committerPatrick Wendell <pwendell@apache.org>2014-02-21 02:51:01 +0000
commitb4f4d8856135ef1447986d58d60b35d7945cfb9e (patch)
tree959f656b495e27f46460b7806134c1a5895aa09c
parentbf1756db29d9af0c635533da5e4c96ea6e5c6639 (diff)
downloadspark-website-b4f4d8856135ef1447986d58d60b35d7945cfb9e.tar.gz
spark-website-b4f4d8856135ef1447986d58d60b35d7945cfb9e.tar.bz2
spark-website-b4f4d8856135ef1447986d58d60b35d7945cfb9e.zip
Correcting bug in Scala version in Docs.
I'm manually fixing this for now. In the future when docs are compiled they will have this fix.
-rw-r--r--site/docs/0.9.0/quick-start.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/0.9.0/quick-start.html b/site/docs/0.9.0/quick-start.html
index 1bd3fbd4b..66a70d556 100644
--- a/site/docs/0.9.0/quick-start.html
+++ b/site/docs/0.9.0/quick-start.html
@@ -263,7 +263,7 @@ Start the shell by running <code>./bin/spark-shell</code> in the Spark directory
<span class="n">version</span> <span class="o">:=</span> <span class="s">&quot;1.0&quot;</span>
-<span class="n">scalaVersion</span> <span class="o">:=</span> <span class="s">&quot;2.10&quot;</span>
+<span class="n">scalaVersion</span> <span class="o">:=</span> <span class="s">&quot;2.10.3&quot;</span>
<span class="n">libraryDependencies</span> <span class="o">+=</span> <span class="s">&quot;org.apache.spark&quot;</span> <span class="o">%%</span> <span class="s">&quot;spark-core&quot;</span> <span class="o">%</span> <span class="s">&quot;0.9.0-incubating&quot;</span>