This is an automated email from the ASF dual-hosted git repository.
srowen 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 d717e4d3b Add info for verification of releases
d717e4d3b is described below
commit d717e4d3b5fdb3bc101fff8de68280faa04d3456
Author: Kent Yao <[email protected]>
AuthorDate: Fri May 20 10:35:49 2022 -0500
Add info for verification of releases
<!-- *Make sure that you generate site HTML with `bundle exec jekyll
build`, and include the changes to the HTML in your pull request. See README.md
for more information.* -->
Author: Kent Yao <[email protected]>
Closes #390 from yaooqinn/verify.
---
downloads.md | 2 +-
site/downloads.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/downloads.md b/downloads.md
index bf5a98ef0..fb3347fa8 100644
--- a/downloads.md
+++ b/downloads.md
@@ -26,7 +26,7 @@ window.onload = function () {
3. Download Spark: <span id="spanDownloadLink"></span>
-4. Verify this release using the <span id="sparkDownloadVerify"></span> and
[project release KEYS](https://downloads.apache.org/spark/KEYS).
+4. Verify this release using the <span id="sparkDownloadVerify"></span> and
[project release KEYS](https://downloads.apache.org/spark/KEYS) by following
these [procedures](https://www.apache.org/info/verification.html).
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.
diff --git a/site/downloads.html b/site/downloads.html
index 097736b8e..76b02d590 100644
--- a/site/downloads.html
+++ b/site/downloads.html
@@ -146,7 +146,7 @@ window.onload = function () {
<p>Download Spark: <span id="spanDownloadLink"></span></p>
</li>
<li>
- <p>Verify this release using the <span id="sparkDownloadVerify"></span>
and <a href="https://downloads.apache.org/spark/KEYS">project release
KEYS</a>.</p>
+ <p>Verify this release using the <span id="sparkDownloadVerify"></span>
and <a href="https://downloads.apache.org/spark/KEYS">project release KEYS</a>
by following these <a
href="https://www.apache.org/info/verification.html">procedures</a>.</p>
</li>
</ol>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]