summaryrefslogtreecommitdiff
path: root/site/docs/0.6.1/running-on-mesos.html
diff options
context:
space:
mode:
authorSean R. Owen <srowen@apache.org>2015-09-01 16:18:23 +0000
committerSean R. Owen <srowen@apache.org>2015-09-01 16:18:23 +0000
commit2acf6b3cde40ca7561b552f73539d640abc7eb08 (patch)
tree90306f9f237953b98594813031713e3d467db807 /site/docs/0.6.1/running-on-mesos.html
parentdd597d1d34fd0049e3712df3536803255e12e11d (diff)
downloadspark-website-2acf6b3cde40ca7561b552f73539d640abc7eb08.tar.gz
spark-website-2acf6b3cde40ca7561b552f73539d640abc7eb08.tar.bz2
spark-website-2acf6b3cde40ca7561b552f73539d640abc7eb08.zip
SPARK-10398 also replace closer.cgi with closer.lua in historical docs' link to Mesos
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: