summaryrefslogtreecommitdiff
path: root/site/docs/1.1.0/index.html
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@apache.org>2014-09-18 00:53:30 +0000
committerPatrick Wendell <pwendell@apache.org>2014-09-18 00:53:30 +0000
commit2f8e83dd1ebf59cfc835fcd517dec55ff559991c (patch)
treed867869eb9e41421fca4374ef8978599992f1708 /site/docs/1.1.0/index.html
parent4f85fb7842a7a7da32706f0f0bdab4d57db925f4 (diff)
downloadspark-website-2f8e83dd1ebf59cfc835fcd517dec55ff559991c.tar.gz
spark-website-2f8e83dd1ebf59cfc835fcd517dec55ff559991c.tar.bz2
spark-website-2f8e83dd1ebf59cfc835fcd517dec55ff559991c.zip
Fixing version in 1.1 documentation
Diffstat (limited to 'site/docs/1.1.0/index.html')
-rw-r--r--site/docs/1.1.0/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/docs/1.1.0/index.html b/site/docs/1.1.0/index.html
index e44dc315e..3955fc7c3 100644
--- a/site/docs/1.1.0/index.html
+++ b/site/docs/1.1.0/index.html
@@ -128,7 +128,7 @@ It also supports a rich set of higher-level tools including <a href="sql-program
<h1 id="downloading">Downloading</h1>
-<p>Get Spark from the <a href="http://spark.apache.org/downloads.html">downloads page</a> of the project website. This documentation is for Spark version 1.1.0-SNAPSHOT. The downloads page
+<p>Get Spark from the <a href="http://spark.apache.org/downloads.html">downloads page</a> of the project website. This documentation is for Spark version 1.1.0. The downloads page
contains Spark packages for many popular HDFS versions. If you&#8217;d like to build Spark from
scratch, visit <a href="building-with-maven.html">building Spark with Maven</a>.</p>
@@ -136,7 +136,7 @@ scratch, visit <a href="building-with-maven.html">building Spark with Maven</a>.
locally on one machine &#8212; all you need is to have <code>java</code> installed on your system <code>PATH</code>,
or the <code>JAVA_HOME</code> environment variable pointing to a Java installation.</p>
-<p>Spark runs on Java 6+ and Python 2.6+. For the Scala API, Spark 1.1.0-SNAPSHOT uses
+<p>Spark runs on Java 6+ and Python 2.6+. For the Scala API, Spark 1.1.0 uses
Scala 2.10. You will need to use a compatible Scala version
(2.10.x).</p>