This is an automated email from the ASF dual-hosted git repository.
lixiao 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 13be9bc Remove preview for 3.0 in Download page (#368)
13be9bc is described below
commit 13be9bcd059cfb60f60320e520c3eb36adf00cc8
Author: wuyi <[email protected]>
AuthorDate: Wed Nov 10 00:57:51 2021 +0800
Remove preview for 3.0 in Download page (#368)
---
downloads.md | 8 --------
site/downloads.html | 8 --------
2 files changed, 16 deletions(-)
diff --git a/downloads.md b/downloads.md
index 518ae5b..993bd7a 100644
--- a/downloads.md
+++ b/downloads.md
@@ -30,14 +30,6 @@ window.onload = function () {
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.
-### Latest preview release
-Preview releases, as the name suggests, are releases for previewing upcoming
features.
-Unlike nightly packages, preview releases have been audited by the project's
management committee
-to satisfy the legal requirements of Apache Software Foundation's release
policy.
-Preview releases are not meant to be functional, i.e. they can and highly
likely will contain
-critical bugs or documentation errors.
-The latest preview release is Spark 3.0.0-preview2, published on Dec 23, 2019.
-
### 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 8869e19..2deb4e4 100644
--- a/site/downloads.html
+++ b/site/downloads.html
@@ -174,14 +174,6 @@ window.onload = function () {
<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>
-<h3 id="latest-preview-release">Latest preview release</h3>
-<p>Preview releases, as the name suggests, are releases for previewing
upcoming features.
-Unlike nightly packages, preview releases have been audited by the
project’s management committee
-to satisfy the legal requirements of Apache Software Foundation’s
release policy.
-Preview releases are not meant to be functional, i.e. they can and highly
likely will contain
-critical bugs or documentation errors.
-The latest preview release is Spark 3.0.0-preview2, published on Dec 23,
2019.</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]