aboutsummaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2015-09-01 20:06:01 +0100
committerSean Owen <sowen@cloudera.com>2015-09-01 20:06:01 +0100
commit3f63bd6023edcc9af268933a235f34e10bc3d2ba (patch)
tree6f56e35acf299787d0a0ab54f62ae6c1469d280a /docker
parente6e483cc4de740c46398385b03ffe0e662edae39 (diff)
downloadspark-3f63bd6023edcc9af268933a235f34e10bc3d2ba.tar.gz
spark-3f63bd6023edcc9af268933a235f34e10bc3d2ba.tar.bz2
spark-3f63bd6023edcc9af268933a235f34e10bc3d2ba.zip
[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 <sowen@cloudera.com> Closes #8557 from srowen/SPARK-10398.
Diffstat (limited to 'docker')
-rw-r--r--docker/spark-mesos/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/spark-mesos/Dockerfile b/docker/spark-mesos/Dockerfile
index b90aef3655..fb3f267fe5 100644
--- a/docker/spark-mesos/Dockerfile
+++ b/docker/spark-mesos/Dockerfile
@@ -24,7 +24,7 @@ RUN apt-get update && \
apt-get install -y python libnss3 openjdk-7-jre-headless curl
RUN mkdir /opt/spark && \
- curl http://www.apache.org/dyn/closer.cgi/spark/spark-1.4.0/spark-1.4.0-bin-hadoop2.4.tgz \
+ curl http://www.apache.org/dyn/closer.lua/spark/spark-1.4.0/spark-1.4.0-bin-hadoop2.4.tgz \
| tar -xzC /opt
ENV SPARK_HOME /opt/spark
ENV MESOS_NATIVE_JAVA_LIBRARY /usr/local/lib/libmesos.so