You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2020/06/11 03:13:03 UTC

[spark-website] branch asf-site updated: Use 2.4.6 at download page example

This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/spark-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 06509a5  Use 2.4.6 at download page example
06509a5 is described below

commit 06509a57b64c889cce85e05f1a6e291ef7a67a83
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Wed Jun 10 20:12:45 2020 -0700

    Use 2.4.6 at download page example
---
 downloads.md        | 2 +-
 site/downloads.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/downloads.md b/downloads.md
index f8f47fa..d6c3930 100644
--- a/downloads.md
+++ b/downloads.md
@@ -42,7 +42,7 @@ Spark artifacts are [hosted in Maven Central](https://search.maven.org/search?q=
 
     groupId: org.apache.spark
     artifactId: spark-core_2.11
-    version: 2.4.5
+    version: 2.4.6
 
 ### Installing with PyPi
 <a href="https://pypi.org/project/pyspark/">PySpark</a> is now available in pypi. To install just run `pip install pyspark`.
diff --git a/site/downloads.html b/site/downloads.html
index b7c123d..1d8a065 100644
--- a/site/downloads.html
+++ b/site/downloads.html
@@ -242,7 +242,7 @@ You can select and download it above.</p>
 
 <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>groupId: org.apache.spark
 artifactId: spark-core_2.11
-version: 2.4.5
+version: 2.4.6
 </code></pre></div></div>
 
 <h3 id="installing-with-pypi">Installing with PyPi</h3>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org