From 2acf6b3cde40ca7561b552f73539d640abc7eb08 Mon Sep 17 00:00:00 2001 From: "Sean R. Owen" Date: Tue, 1 Sep 2015 16:18:23 +0000 Subject: SPARK-10398 also replace closer.cgi with closer.lua in historical docs' link to Mesos --- site/docs/0.6.1/running-on-mesos.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site/docs/0.6.1/running-on-mesos.html') 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 @@
  1. Download and build Spark using the instructions here.
  2. -
  3. Download Mesos 0.9.0-incubating from a mirror.
  4. +
  5. Download Mesos 0.9.0-incubating from a mirror.
  6. Configure Mesos using the configure script, passing the location of your JAVA_HOME using --with-java-home. Mesos comes with “template” configure scripts for different platforms, such as configure.macosx, that you can run. See the README file in Mesos for other options. Note: 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 --prefix option to configure to tell it where to install. For example, pass --prefix=/home/user/mesos. By default the prefix is /usr/local.
  7. Build Mesos using make, and then install it using make install.
  8. Create a file called spark-env.sh in Spark’s conf directory, by copying conf/spark-env.sh.template, and add the following lines in it: -- cgit v1.2.3