Skip to content

Commit 3f63bd6

Browse files
committed
[SPARK-10398] [DOCS] Migrate Spark download page to use new lua mirroring scripts
Migrate Apache download closer.cgi refs to new closer.lua This is the bit of the change that affects the project docs; I'm implementing the changes to the Apache site separately. Author: Sean Owen <[email protected]> Closes apache#8557 from srowen/SPARK-10398.
1 parent e6e483c commit 3f63bd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/spark-mesos/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN apt-get update && \
2424
apt-get install -y python libnss3 openjdk-7-jre-headless curl
2525

2626
RUN mkdir /opt/spark && \
27-
curl http://www.apache.org/dyn/closer.cgi/spark/spark-1.4.0/spark-1.4.0-bin-hadoop2.4.tgz \
27+
curl http://www.apache.org/dyn/closer.lua/spark/spark-1.4.0/spark-1.4.0-bin-hadoop2.4.tgz \
2828
| tar -xzC /opt
2929
ENV SPARK_HOME /opt/spark
3030
ENV MESOS_NATIVE_JAVA_LIBRARY /usr/local/lib/libmesos.so

docs/running-on-mesos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ frameworks. You can install Mesos either from source or using prebuilt packages
4545
To install Apache Mesos from source, follow these steps:
4646

4747
1. Download a Mesos release from a
48-
[mirror](http://www.apache.org/dyn/closer.cgi/mesos/{{site.MESOS_VERSION}}/)
48+
[mirror](http://www.apache.org/dyn/closer.lua/mesos/{{site.MESOS_VERSION}}/)
4949
2. Follow the Mesos [Getting Started](http://mesos.apache.org/gettingstarted) page for compiling and
5050
installing Mesos
5151

0 commit comments

Comments
 (0)