Skip to content

Commit 9b4bac5

Browse files
suyashmaharfacebook-github-bot
authored andcommitted
Replace archive.apache.org with CDN to avoid throttling
Summary: archive.apache.org is for archiving and is not recommended for regular downloads Switched this to the CDN recommended by the archive's page Reviewed By: excelle08 Differential Revision: D82071107
1 parent f2f8a55 commit 9b4bac5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/spark_standalone/install_spark_standalone.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ fi
4343
# download spark
4444
pushd "${OUT}" || exit 1
4545
if [ ! -f spark-4.0.0-bin-hadoop3.tgz ]; then
46-
wget https://archive.apache.org/dist/spark/spark-4.0.0/spark-4.0.0-bin-hadoop3.tgz
46+
wget https://dlcdn.apache.org/spark/spark-4.0.0/spark-4.0.0-bin-hadoop3.tgz
4747
fi
4848
tar xzf spark-4.0.0-bin-hadoop3.tgz
4949
popd || exit 1

0 commit comments

Comments
 (0)