summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2016-11-14 23:14:45 -0800
committerReynold Xin <rxin@databricks.com>2016-11-14 23:14:45 -0800
commit8f50267839c04dcf325210173b41839568b544ab (patch)
tree501f3b64a02f32f7d1b00469dc4dca0a598e59db
parent8940afe147b0949ac9dbbe5a3fb903a4d8698cec (diff)
downloadspark-website-8f50267839c04dcf325210173b41839568b544ab.tar.gz
spark-website-8f50267839c04dcf325210173b41839568b544ab.tar.bz2
spark-website-8f50267839c04dcf325210173b41839568b544ab.zip
Update Maven coordinates.
-rw-r--r--downloads.md4
-rw-r--r--site/downloads.html4
2 files changed, 4 insertions, 4 deletions
diff --git a/downloads.md b/downloads.md
index 94462bb1d..0031a0524 100644
--- a/downloads.md
+++ b/downloads.md
@@ -51,7 +51,7 @@ Spark artifacts are [hosted in Maven Central](http://search.maven.org/#search%7C
groupId: org.apache.spark
artifactId: spark-core_2.11
- version: 2.0.1
+ version: 2.0.2
### Spark Source Code Management
If you are interested in working with the newest under-development code or contributing to Apache Spark development, you can also check out the master branch from Git:
@@ -59,7 +59,7 @@ If you are interested in working with the newest under-development code or contr
# Master development branch
git clone git://github.com/apache/spark.git
- # 2.0 maintenance branch with stability fixes on top of Spark 2.0.1
+ # 2.0 maintenance branch with stability fixes on top of Spark 2.0.2
git clone git://github.com/apache/spark.git -b branch-2.0
Once you've downloaded Spark, you can find instructions for installing and building it on the <a href="{{site.url}}documentation.html">documentation page</a>.
diff --git a/site/downloads.html b/site/downloads.html
index d06b5acb5..e96a1415f 100644
--- a/site/downloads.html
+++ b/site/downloads.html
@@ -235,7 +235,7 @@ You can select and download it above.
<pre><code>groupId: org.apache.spark
artifactId: spark-core_2.11
-version: 2.0.1
+version: 2.0.2
</code></pre>
<h3 id="spark-source-code-management">Spark Source Code Management</h3>
@@ -244,7 +244,7 @@ version: 2.0.1
<pre><code># Master development branch
git clone git://github.com/apache/spark.git
-# 2.0 maintenance branch with stability fixes on top of Spark 2.0.1
+# 2.0 maintenance branch with stability fixes on top of Spark 2.0.2
git clone git://github.com/apache/spark.git -b branch-2.0
</code></pre>