From b7a37f5ffcb01ae9d0067ae6b0651357c0d77366 Mon Sep 17 00:00:00 2001 From: Akshai Sarma Date: Fri, 30 Nov 2018 13:20:07 -0800 Subject: [PATCH] Fixing Spark distro --- docs/quick-start/spark.md | 2 +- examples/install-all-spark.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quick-start/spark.md b/docs/quick-start/spark.md index e70f4668..3cd50275 100644 --- a/docs/quick-start/spark.md +++ b/docs/quick-start/spark.md @@ -88,7 +88,7 @@ We will run the bullet-spark backend using [Spark 2.2.1](https://spark.apache.or ```bash export BULLET_SPARK=$BULLET_HOME/backend/spark cd $BULLET_SPARK -curl -O http://www-eu.apache.org/dist/spark/spark-2.2.1/spark-2.2.1-bin-hadoop2.7.tgz +curl -O https://archive.apache.org/dist/spark/spark-2.2.1/spark-2.2.1-bin-hadoop2.7.tgz tar -xzf spark-2.2.1-bin-hadoop2.7.tgz ``` diff --git a/examples/install-all-spark.sh b/examples/install-all-spark.sh index f2b8fe82..7ea8ca4e 100755 --- a/examples/install-all-spark.sh +++ b/examples/install-all-spark.sh @@ -171,7 +171,7 @@ launch_web_service() { install_spark() { println "Downloading Spark version ${SPARK_VERSION}..." - download "http://www-us.apache.org/dist/spark/spark-${SPARK_VERSION}" "${SPARK_DISTRO}.tgz" + download "https://archive.apache.org/dist/spark/spark-${SPARK_VERSION}" "${SPARK_DISTRO}.tgz" println "Installing Spark version ${SPARK_VERSION}..." cp ${BULLET_DOWNLOADS}/${SPARK_DISTRO}.tgz ${BULLET_SPARK}/