diff --git a/downloads.md b/downloads.md index fcdc063ad72..f8f47fa2d53 100644 --- a/downloads.md +++ b/downloads.md @@ -24,7 +24,7 @@ $(document).ready(function() { 3. Download Spark: -4. Verify this release using the and [project release KEYS](https://www.apache.org/dist/spark/KEYS). +4. Verify this release using the and [project release KEYS](https://downloads.apache.org/spark/KEYS). Note that, Spark is pre-built with Scala 2.11 except version 2.4.2, which is pre-built with Scala 2.12. diff --git a/js/downloads.js b/js/downloads.js index 5e22272bc1a..3fda7a9340d 100644 --- a/js/downloads.js +++ b/js/downloads.js @@ -117,8 +117,8 @@ function updateDownloadLink() { var contents = "" + text + ""; append(downloadLink, contents); - var sigHref = "https://www.apache.org/dist/spark/spark-" + version + "/" + artifactName + ".asc"; - var checksumHref = "https://www.apache.org/dist/spark/spark-" + version + "/" + artifactName + ".sha512"; + var sigHref = "https://downloads.apache.org/spark/spark-" + version + "/" + artifactName + ".asc"; + var checksumHref = "https://downloads.apache.org/spark/spark-" + version + "/" + artifactName + ".sha512"; var verifyLinks = versionShort(version) + " signatures, checksums"; append(verifyLink, verifyLinks); diff --git a/site/js/downloads.js b/site/js/downloads.js index 5e22272bc1a..3fda7a9340d 100644 --- a/site/js/downloads.js +++ b/site/js/downloads.js @@ -117,8 +117,8 @@ function updateDownloadLink() { var contents = "" + text + ""; append(downloadLink, contents); - var sigHref = "https://www.apache.org/dist/spark/spark-" + version + "/" + artifactName + ".asc"; - var checksumHref = "https://www.apache.org/dist/spark/spark-" + version + "/" + artifactName + ".sha512"; + var sigHref = "https://downloads.apache.org/spark/spark-" + version + "/" + artifactName + ".asc"; + var checksumHref = "https://downloads.apache.org/spark/spark-" + version + "/" + artifactName + ".sha512"; var verifyLinks = versionShort(version) + " signatures, checksums"; append(verifyLink, verifyLinks); diff --git a/site/release-process.html b/site/release-process.html index a57c36e2219..98300a990d4 100644 --- a/site/release-process.html +++ b/site/release-process.html @@ -347,7 +347,7 @@

Finalize the Release

(cd svn-spark && svn ci --username $ASF_USERNAME --password "$ASF_PASSWORD" -m"Update KEYS") -

Verify that the resources are present in https://www.apache.org/dist/spark/. +

Verify that the resources are present in https://downloads.apache.org/spark/. It may take a while for them to be visible. This will be mirrored throughout the Apache network. Check the release checker result of the release at https://checker.apache.org/projs/spark.html.