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.8.1/running-on-mesos.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site/docs/0.8.1/running-on-mesos.html') diff --git a/site/docs/0.8.1/running-on-mesos.html b/site/docs/0.8.1/running-on-mesos.html index a29317526..4c3b299f1 100644 --- a/site/docs/0.8.1/running-on-mesos.html +++ b/site/docs/0.8.1/running-on-mesos.html @@ -121,7 +121,7 @@
  1. Download and build Spark using the instructions here. Note: Don’t forget to consider what version of HDFS you might want to use!
  2. -
  3. Download, build, install, and start Mesos 0.13.0 on your cluster. You can download the Mesos distribution from a mirror. See the Mesos Getting Started page for more information. 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.
  4. +
  5. Download, build, install, and start Mesos 0.13.0 on your cluster. You can download the Mesos distribution from a mirror. See the Mesos Getting Started page for more information. 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.
  6. Create a Spark “distribution” using make-distribution.sh.
  7. Rename the dist directory created from make-distribution.sh to spark-0.8.1-incubating.
  8. Create a tar archive: tar czf spark-0.8.1-incubating.tar.gz spark-0.8.1-incubating
  9. -- cgit v1.2.3