Skip to content

Commit 4400846

Browse files
authored
Fixing Spark distro (#30)
1 parent d9aae3d commit 4400846

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/quick-start/spark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ We will run the bullet-spark backend using [Spark 2.2.1](https://spark.apache.or
8888
```bash
8989
export BULLET_SPARK=$BULLET_HOME/backend/spark
9090
cd $BULLET_SPARK
91-
curl -O http://www-eu.apache.org/dist/spark/spark-2.2.1/spark-2.2.1-bin-hadoop2.7.tgz
91+
curl -O https://archive.apache.org/dist/spark/spark-2.2.1/spark-2.2.1-bin-hadoop2.7.tgz
9292
tar -xzf spark-2.2.1-bin-hadoop2.7.tgz
9393
```
9494

examples/install-all-spark.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ launch_web_service() {
171171

172172
install_spark() {
173173
println "Downloading Spark version ${SPARK_VERSION}..."
174-
download "http://www-us.apache.org/dist/spark/spark-${SPARK_VERSION}" "${SPARK_DISTRO}.tgz"
174+
download "https://archive.apache.org/dist/spark/spark-${SPARK_VERSION}" "${SPARK_DISTRO}.tgz"
175175

176176
println "Installing Spark version ${SPARK_VERSION}..."
177177
cp ${BULLET_DOWNLOADS}/${SPARK_DISTRO}.tgz ${BULLET_SPARK}/

0 commit comments

Comments
 (0)