summaryrefslogtreecommitdiff
path: root/site/docs/0.6.1/running-on-mesos.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/docs/0.6.1/running-on-mesos.html')
-rw-r--r--site/docs/0.6.1/running-on-mesos.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/0.6.1/running-on-mesos.html b/site/docs/0.6.1/running-on-mesos.html
index 6e98fdb88..d27007f5a 100644
--- a/site/docs/0.6.1/running-on-mesos.html
+++ b/site/docs/0.6.1/running-on-mesos.html
@@ -95,7 +95,7 @@
<ol>
<li>Download and build Spark using the instructions <a href="index.html">here</a>.</li>
- <li>Download Mesos 0.9.0-incubating from a <a href="http://www.apache.org/dyn/closer.cgi/incubator/mesos/mesos-0.9.0-incubating/">mirror</a>.</li>
+ <li>Download Mesos 0.9.0-incubating from a <a href="http://www.apache.org/dyn/closer.lua/incubator/mesos/mesos-0.9.0-incubating/">mirror</a>.</li>
<li>Configure Mesos using the <code>configure</code> script, passing the location of your <code>JAVA_HOME</code> using <code>--with-java-home</code>. Mesos comes with &ldquo;template&rdquo; configure scripts for different platforms, such as <code>configure.macosx</code>, that you can run. See the README file in Mesos for other options. <strong>Note:</strong> If you want to run Mesos without installing it into the default paths on your system (e.g. if you don&rsquo;t have administrative privileges to install it), you should also pass the <code>--prefix</code> option to <code>configure</code> to tell it where to install. For example, pass <code>--prefix=/home/user/mesos</code>. By default the prefix is <code>/usr/local</code>.</li>
<li>Build Mesos using <code>make</code>, and then install it using <code>make install</code>.</li>
<li>Create a file called <code>spark-env.sh</code> in Spark&rsquo;s <code>conf</code> directory, by copying <code>conf/spark-env.sh.template</code>, and add the following lines in it: