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 c4ba85c  Remove Spark 2.x description from downloads page (#371)
c4ba85c is described below

commit c4ba85c2aa3416db1c2b1826b2f6e1b9782ee081
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun Dec 5 17:25:03 2021 -0800

    Remove Spark 2.x description from downloads page (#371)
    
    This PR aims to remove Spark 2 description from the download page and 
mention Scala 2.13 pre-built distribution.
---
 downloads.md        | 2 +-
 site/downloads.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/downloads.md b/downloads.md
index 993bd7a..8acc73e 100644
--- a/downloads.md
+++ b/downloads.md
@@ -28,7 +28,7 @@ window.onload = function () {
 
 4. Verify this release using the <span id="sparkDownloadVerify"></span> and 
[project release KEYS](https://downloads.apache.org/spark/KEYS).
 
-Note that, Spark 2.x is pre-built with Scala 2.11 except version 2.4.2, which 
is pre-built with Scala 2.12. Spark 3.0+ is pre-built with Scala 2.12.
+Note that Spark 3 is pre-built with Scala 2.12 in general and Spark 3.2+ 
provides additional pre-built distribution with Scala 2.13.
 
 ### Link with Spark
 Spark artifacts are [hosted in Maven 
Central](https://search.maven.org/search?q=g:org.apache.spark). You can add a 
Maven dependency with the following coordinates:
diff --git a/site/downloads.html b/site/downloads.html
index 2deb4e4..ccf977c 100644
--- a/site/downloads.html
+++ b/site/downloads.html
@@ -172,7 +172,7 @@ window.onload = function () {
   </li>
 </ol>
 
-<p>Note that, Spark 2.x is pre-built with Scala 2.11 except version 2.4.2, 
which is pre-built with Scala 2.12. Spark 3.0+ is pre-built with Scala 2.12.</p>
+<p>Note that Spark 3 is pre-built with Scala 2.12 in general and Spark 3.2+ 
provides additional pre-built distribution with Scala 2.13.</p>
 
 <h3 id="link-with-spark">Link with Spark</h3>
 <p>Spark artifacts are <a 
href="https://search.maven.org/search?q=g:org.apache.spark";>hosted in Maven 
Central</a>. You can add a Maven dependency with the following coordinates:</p>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to