summaryrefslogtreecommitdiff
path: root/site/docs/0.9.0
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.9.0
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.9.0')
-rw-r--r--site/docs/0.9.0/running-on-mesos.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/0.9.0/running-on-mesos.html b/site/docs/0.9.0/running-on-mesos.html
index 7310cc004..8c2a6dfd8 100644
--- a/site/docs/0.9.0/running-on-mesos.html
+++ b/site/docs/0.9.0/running-on-mesos.html
@@ -134,7 +134,7 @@
<ol>
<li>Download and build Spark using the instructions <a href="index.html">here</a>. <strong>Note:</strong> Don&#8217;t forget to consider what version of HDFS you might want to use!</li>
- <li>Download, build, install, and start Mesos 0.13.0 on your cluster. You can download the Mesos distribution from a <a href="http://www.apache.org/dyn/closer.cgi/mesos/0.13.0/">mirror</a>. See the Mesos <a href="http://mesos.apache.org/gettingstarted">Getting Started</a> page for more information. <strong>Note:</strong> If you want to run Mesos without installing it into the default paths on your system (e.g., if you don&#8217;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>Download, build, install, and start Mesos 0.13.0 on your cluster. You can download the Mesos distribution from a <a href="http://www.apache.org/dyn/closer.lua/mesos/0.13.0/">mirror</a>. See the Mesos <a href="http://mesos.apache.org/gettingstarted">Getting Started</a> page for more information. <strong>Note:</strong> If you want to run Mesos without installing it into the default paths on your system (e.g., if you don&#8217;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>Create a Spark &#8220;distribution&#8221; using <code>make-distribution.sh</code>.</li>
<li>Rename the <code>dist</code> directory created from <code>make-distribution.sh</code> to <code>spark-0.9.0-incubating</code>.</li>
<li>Create a <code>tar</code> archive: <code>tar czf spark-0.9.0-incubating.tar.gz spark-0.9.0-incubating</code></li>