Author: srowen
Date: Tue Sep  1 16:18:23 2015
New Revision: 1700606

URL: http://svn.apache.org/r1700606
Log:
SPARK-10398 also replace closer.cgi with closer.lua in historical docs' link to 
Mesos

Modified:
    spark/site/docs/0.6.0/running-on-mesos.html
    spark/site/docs/0.6.1/running-on-mesos.html
    spark/site/docs/0.6.2/running-on-mesos.html
    spark/site/docs/0.7.0/running-on-mesos.html
    spark/site/docs/0.7.2/running-on-mesos.html
    spark/site/docs/0.7.3/running-on-mesos.html
    spark/site/docs/0.8.0/running-on-mesos.html
    spark/site/docs/0.8.1/running-on-mesos.html
    spark/site/docs/0.9.0/running-on-mesos.html
    spark/site/docs/0.9.1/running-on-mesos.html
    spark/site/docs/0.9.2/running-on-mesos.html
    spark/site/docs/1.0.0/running-on-mesos.html
    spark/site/docs/1.0.1/running-on-mesos.html
    spark/site/docs/1.0.2/running-on-mesos.html
    spark/site/docs/1.1.0/running-on-mesos.html
    spark/site/docs/1.1.1/running-on-mesos.html
    spark/site/docs/1.2.0/running-on-mesos.html
    spark/site/docs/1.2.1/running-on-mesos.html
    spark/site/docs/1.2.2/running-on-mesos.html
    spark/site/docs/1.3.0/running-on-mesos.html
    spark/site/docs/1.3.1/running-on-mesos.html
    spark/site/docs/1.4.0/running-on-mesos.html
    spark/site/docs/1.4.1/running-on-mesos.html

Modified: spark/site/docs/0.6.0/running-on-mesos.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/0.6.0/running-on-mesos.html?rev=1700606&r1=1700605&r2=1700606&view=diff
==============================================================================
--- spark/site/docs/0.6.0/running-on-mesos.html (original)
+++ spark/site/docs/0.6.0/running-on-mesos.html Tue Sep  1 16:18:23 2015
@@ -84,7 +84,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:

Modified: spark/site/docs/0.6.1/running-on-mesos.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/0.6.1/running-on-mesos.html?rev=1700606&r1=1700605&r2=1700606&view=diff
==============================================================================
--- spark/site/docs/0.6.1/running-on-mesos.html (original)
+++ spark/site/docs/0.6.1/running-on-mesos.html Tue Sep  1 16:18:23 2015
@@ -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:

Modified: spark/site/docs/0.6.2/running-on-mesos.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/0.6.2/running-on-mesos.html?rev=1700606&r1=1700605&r2=1700606&view=diff
==============================================================================
--- spark/site/docs/0.6.2/running-on-mesos.html (original)
+++ spark/site/docs/0.6.2/running-on-mesos.html Tue Sep  1 16:18:23 2015
@@ -96,7 +96,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:

Modified: spark/site/docs/0.7.0/running-on-mesos.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/0.7.0/running-on-mesos.html?rev=1700606&r1=1700605&r2=1700606&view=diff
==============================================================================
--- spark/site/docs/0.7.0/running-on-mesos.html (original)
+++ spark/site/docs/0.7.0/running-on-mesos.html Tue Sep  1 16:18:23 2015
@@ -107,7 +107,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:

Modified: spark/site/docs/0.7.2/running-on-mesos.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/0.7.2/running-on-mesos.html?rev=1700606&r1=1700605&r2=1700606&view=diff
==============================================================================
--- spark/site/docs/0.7.2/running-on-mesos.html (original)
+++ spark/site/docs/0.7.2/running-on-mesos.html Tue Sep  1 16:18:23 2015
@@ -108,7 +108,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:

Modified: spark/site/docs/0.7.3/running-on-mesos.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/0.7.3/running-on-mesos.html?rev=1700606&r1=1700605&r2=1700606&view=diff
==============================================================================
--- spark/site/docs/0.7.3/running-on-mesos.html (original)
+++ spark/site/docs/0.7.3/running-on-mesos.html Tue Sep  1 16:18:23 2015
@@ -108,7 +108,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 &#8220;template&#8221; 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&#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>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&#8217;s 
<code>conf</code> directory, by copying 
<code>conf/spark-env.sh.template</code>, and add the following lines in it:

Modified: spark/site/docs/0.8.0/running-on-mesos.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/0.8.0/running-on-mesos.html?rev=1700606&r1=1700605&r2=1700606&view=diff
==============================================================================
--- spark/site/docs/0.8.0/running-on-mesos.html (original)
+++ spark/site/docs/0.8.0/running-on-mesos.html Tue Sep  1 16:18:23 2015
@@ -121,7 +121,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.8.0-incubating</code>.</li>
   <li>Create a <code>tar</code> archive: <code>tar czf 
spark-0.8.0-incubating.tar.gz spark-0.8.0-incubating</code></li>

Modified: spark/site/docs/0.8.1/running-on-mesos.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/0.8.1/running-on-mesos.html?rev=1700606&r1=1700605&r2=1700606&view=diff
==============================================================================
--- spark/site/docs/0.8.1/running-on-mesos.html (original)
+++ spark/site/docs/0.8.1/running-on-mesos.html Tue Sep  1 16:18:23 2015
@@ -121,7 +121,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.8.1-incubating</code>.</li>
   <li>Create a <code>tar</code> archive: <code>tar czf 
spark-0.8.1-incubating.tar.gz spark-0.8.1-incubating</code></li>

Modified: spark/site/docs/0.9.0/running-on-mesos.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/0.9.0/running-on-mesos.html?rev=1700606&r1=1700605&r2=1700606&view=diff
==============================================================================
--- spark/site/docs/0.9.0/running-on-mesos.html (original)
+++ spark/site/docs/0.9.0/running-on-mesos.html Tue Sep  1 16:18:23 2015
@@ -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>

Modified: spark/site/docs/0.9.1/running-on-mesos.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/0.9.1/running-on-mesos.html?rev=1700606&r1=1700605&r2=1700606&view=diff
==============================================================================
--- spark/site/docs/0.9.1/running-on-mesos.html (original)
+++ spark/site/docs/0.9.1/running-on-mesos.html Tue Sep  1 16:18:23 2015
@@ -134,7 +134,7 @@
 
 <ol>
   <li>Download and build Spark using the instructions <a 
href="index.html">here</a>. <strong>Note:</strong> Don’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’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’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 “distribution” 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.1</code>.</li>
   <li>Create a <code>tar</code> archive: <code>tar czf spark-0.9.1.tar.gz 
spark-0.9.1</code></li>

Modified: spark/site/docs/0.9.2/running-on-mesos.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/0.9.2/running-on-mesos.html?rev=1700606&r1=1700605&r2=1700606&view=diff
==============================================================================
--- spark/site/docs/0.9.2/running-on-mesos.html (original)
+++ spark/site/docs/0.9.2/running-on-mesos.html Tue Sep  1 16:18:23 2015
@@ -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.2</code>.</li>
   <li>Create a <code>tar</code> archive: <code>tar czf spark-0.9.2.tar.gz 
spark-0.9.2</code></li>

Modified: spark/site/docs/1.0.0/running-on-mesos.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/1.0.0/running-on-mesos.html?rev=1700606&r1=1700605&r2=1700606&view=diff
==============================================================================
--- spark/site/docs/1.0.0/running-on-mesos.html (original)
+++ spark/site/docs/1.0.0/running-on-mesos.html Tue Sep  1 16:18:23 2015
@@ -163,7 +163,7 @@ frameworks.  You can install Mesos eithe
 
 <ol>
   <li>Download a Mesos release from a
-<a href="http://www.apache.org/dyn/closer.cgi/mesos/0.18.1/";>mirror</a></li>
+<a href="http://www.apache.org/dyn/closer.lua/mesos/0.18.1/";>mirror</a></li>
   <li>Follow the Mesos <a 
href="http://mesos.apache.org/gettingstarted";>Getting Started</a> page for 
compiling and
 installing Mesos</li>
 </ol>

Modified: spark/site/docs/1.0.1/running-on-mesos.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/1.0.1/running-on-mesos.html?rev=1700606&r1=1700605&r2=1700606&view=diff
==============================================================================
--- spark/site/docs/1.0.1/running-on-mesos.html (original)
+++ spark/site/docs/1.0.1/running-on-mesos.html Tue Sep  1 16:18:23 2015
@@ -163,7 +163,7 @@ frameworks.  You can install Mesos eithe
 
 <ol>
   <li>Download a Mesos release from a
-<a href="http://www.apache.org/dyn/closer.cgi/mesos/0.18.1/";>mirror</a></li>
+<a href="http://www.apache.org/dyn/closer.lua/mesos/0.18.1/";>mirror</a></li>
   <li>Follow the Mesos <a 
href="http://mesos.apache.org/gettingstarted";>Getting Started</a> page for 
compiling and
 installing Mesos</li>
 </ol>

Modified: spark/site/docs/1.0.2/running-on-mesos.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/1.0.2/running-on-mesos.html?rev=1700606&r1=1700605&r2=1700606&view=diff
==============================================================================
--- spark/site/docs/1.0.2/running-on-mesos.html (original)
+++ spark/site/docs/1.0.2/running-on-mesos.html Tue Sep  1 16:18:23 2015
@@ -163,7 +163,7 @@ frameworks.  You can install Mesos eithe
 
 <ol>
   <li>Download a Mesos release from a
-<a href="http://www.apache.org/dyn/closer.cgi/mesos/0.18.1/";>mirror</a></li>
+<a href="http://www.apache.org/dyn/closer.lua/mesos/0.18.1/";>mirror</a></li>
   <li>Follow the Mesos <a 
href="http://mesos.apache.org/gettingstarted";>Getting Started</a> page for 
compiling and
 installing Mesos</li>
 </ol>

Modified: spark/site/docs/1.1.0/running-on-mesos.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/1.1.0/running-on-mesos.html?rev=1700606&r1=1700605&r2=1700606&view=diff
==============================================================================
--- spark/site/docs/1.1.0/running-on-mesos.html (original)
+++ spark/site/docs/1.1.0/running-on-mesos.html Tue Sep  1 16:18:23 2015
@@ -163,7 +163,7 @@ frameworks.  You can install Mesos eithe
 
 <ol>
   <li>Download a Mesos release from a
-<a href="http://www.apache.org/dyn/closer.cgi/mesos/0.18.1/";>mirror</a></li>
+<a href="http://www.apache.org/dyn/closer.lua/mesos/0.18.1/";>mirror</a></li>
   <li>Follow the Mesos <a 
href="http://mesos.apache.org/gettingstarted";>Getting Started</a> page for 
compiling and
 installing Mesos</li>
 </ol>

Modified: spark/site/docs/1.1.1/running-on-mesos.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/1.1.1/running-on-mesos.html?rev=1700606&r1=1700605&r2=1700606&view=diff
==============================================================================
--- spark/site/docs/1.1.1/running-on-mesos.html (original)
+++ spark/site/docs/1.1.1/running-on-mesos.html Tue Sep  1 16:18:23 2015
@@ -163,7 +163,7 @@ frameworks.  You can install Mesos eithe
 
 <ol>
   <li>Download a Mesos release from a
-<a href="http://www.apache.org/dyn/closer.cgi/mesos/0.18.1/";>mirror</a></li>
+<a href="http://www.apache.org/dyn/closer.lua/mesos/0.18.1/";>mirror</a></li>
   <li>Follow the Mesos <a 
href="http://mesos.apache.org/gettingstarted";>Getting Started</a> page for 
compiling and
 installing Mesos</li>
 </ol>

Modified: spark/site/docs/1.2.0/running-on-mesos.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/1.2.0/running-on-mesos.html?rev=1700606&r1=1700605&r2=1700606&view=diff
==============================================================================
--- spark/site/docs/1.2.0/running-on-mesos.html (original)
+++ spark/site/docs/1.2.0/running-on-mesos.html Tue Sep  1 16:18:23 2015
@@ -188,7 +188,7 @@ frameworks.  You can install Mesos eithe
 
 <ol>
   <li>Download a Mesos release from a
-<a href="http://www.apache.org/dyn/closer.cgi/mesos/0.18.1/";>mirror</a></li>
+<a href="http://www.apache.org/dyn/closer.lua/mesos/0.18.1/";>mirror</a></li>
   <li>Follow the Mesos <a 
href="http://mesos.apache.org/gettingstarted";>Getting Started</a> page for 
compiling and
 installing Mesos</li>
 </ol>

Modified: spark/site/docs/1.2.1/running-on-mesos.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/1.2.1/running-on-mesos.html?rev=1700606&r1=1700605&r2=1700606&view=diff
==============================================================================
--- spark/site/docs/1.2.1/running-on-mesos.html (original)
+++ spark/site/docs/1.2.1/running-on-mesos.html Tue Sep  1 16:18:23 2015
@@ -188,7 +188,7 @@ frameworks.  You can install Mesos eithe
 
 <ol>
   <li>Download a Mesos release from a
-<a href="http://www.apache.org/dyn/closer.cgi/mesos/0.18.1/";>mirror</a></li>
+<a href="http://www.apache.org/dyn/closer.lua/mesos/0.18.1/";>mirror</a></li>
   <li>Follow the Mesos <a 
href="http://mesos.apache.org/gettingstarted";>Getting Started</a> page for 
compiling and
 installing Mesos</li>
 </ol>

Modified: spark/site/docs/1.2.2/running-on-mesos.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/1.2.2/running-on-mesos.html?rev=1700606&r1=1700605&r2=1700606&view=diff
==============================================================================
--- spark/site/docs/1.2.2/running-on-mesos.html (original)
+++ spark/site/docs/1.2.2/running-on-mesos.html Tue Sep  1 16:18:23 2015
@@ -188,7 +188,7 @@ frameworks.  You can install Mesos eithe
 
 <ol>
   <li>Download a Mesos release from a
-<a href="http://www.apache.org/dyn/closer.cgi/mesos/0.18.1/";>mirror</a></li>
+<a href="http://www.apache.org/dyn/closer.lua/mesos/0.18.1/";>mirror</a></li>
   <li>Follow the Mesos <a 
href="http://mesos.apache.org/gettingstarted";>Getting Started</a> page for 
compiling and
 installing Mesos</li>
 </ol>

Modified: spark/site/docs/1.3.0/running-on-mesos.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/1.3.0/running-on-mesos.html?rev=1700606&r1=1700605&r2=1700606&view=diff
==============================================================================
--- spark/site/docs/1.3.0/running-on-mesos.html (original)
+++ spark/site/docs/1.3.0/running-on-mesos.html Tue Sep  1 16:18:23 2015
@@ -175,7 +175,7 @@ frameworks.  You can install Mesos eithe
 
 <ol>
   <li>Download a Mesos release from a
-<a href="http://www.apache.org/dyn/closer.cgi/mesos/0.21.0/";>mirror</a></li>
+<a href="http://www.apache.org/dyn/closer.lua/mesos/0.21.0/";>mirror</a></li>
   <li>Follow the Mesos <a 
href="http://mesos.apache.org/gettingstarted";>Getting Started</a> page for 
compiling and
 installing Mesos</li>
 </ol>

Modified: spark/site/docs/1.3.1/running-on-mesos.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/1.3.1/running-on-mesos.html?rev=1700606&r1=1700605&r2=1700606&view=diff
==============================================================================
--- spark/site/docs/1.3.1/running-on-mesos.html (original)
+++ spark/site/docs/1.3.1/running-on-mesos.html Tue Sep  1 16:18:23 2015
@@ -187,7 +187,7 @@ frameworks.  You can install Mesos eithe
 
 <ol>
   <li>Download a Mesos release from a
-<a href="http://www.apache.org/dyn/closer.cgi/mesos/0.21.0/";>mirror</a></li>
+<a href="http://www.apache.org/dyn/closer.lua/mesos/0.21.0/";>mirror</a></li>
   <li>Follow the Mesos <a 
href="http://mesos.apache.org/gettingstarted";>Getting Started</a> page for 
compiling and
 installing Mesos</li>
 </ol>

Modified: spark/site/docs/1.4.0/running-on-mesos.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/1.4.0/running-on-mesos.html?rev=1700606&r1=1700605&r2=1700606&view=diff
==============================================================================
--- spark/site/docs/1.4.0/running-on-mesos.html (original)
+++ spark/site/docs/1.4.0/running-on-mesos.html Tue Sep  1 16:18:23 2015
@@ -179,7 +179,7 @@ frameworks.  You can install Mesos eithe
 
 <ol>
   <li>Download a Mesos release from a
-<a href="http://www.apache.org/dyn/closer.cgi/mesos/0.21.0/";>mirror</a></li>
+<a href="http://www.apache.org/dyn/closer.lua/mesos/0.21.0/";>mirror</a></li>
   <li>Follow the Mesos <a 
href="http://mesos.apache.org/gettingstarted";>Getting Started</a> page for 
compiling and
 installing Mesos</li>
 </ol>

Modified: spark/site/docs/1.4.1/running-on-mesos.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/1.4.1/running-on-mesos.html?rev=1700606&r1=1700605&r2=1700606&view=diff
==============================================================================
--- spark/site/docs/1.4.1/running-on-mesos.html (original)
+++ spark/site/docs/1.4.1/running-on-mesos.html Tue Sep  1 16:18:23 2015
@@ -192,7 +192,7 @@ frameworks.  You can install Mesos eithe
 
 <ol>
   <li>Download a Mesos release from a
-<a href="http://www.apache.org/dyn/closer.cgi/mesos/0.21.0/";>mirror</a></li>
+<a href="http://www.apache.org/dyn/closer.lua/mesos/0.21.0/";>mirror</a></li>
   <li>Follow the Mesos <a 
href="http://mesos.apache.org/gettingstarted";>Getting Started</a> page for 
compiling and
 installing Mesos</li>
 </ol>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to