File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ We will run the bullet-spark backend using [Spark 2.2.1](https://spark.apache.or
8888``` bash
8989export BULLET_SPARK=$BULLET_HOME /backend/spark
9090cd $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
9292tar -xzf spark-2.2.1-bin-hadoop2.7.tgz
9393```
9494
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ launch_web_service() {
171171
172172install_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} /
You can’t perform that action at this time.
0 commit comments