aboutsummaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
authorDenny <dennybritz@gmail.com>2012-09-13 09:47:54 -0700
committerDenny <dennybritz@gmail.com>2012-09-13 09:47:54 -0700
commit6d53b971b9ce593898fda7705a105400f5ab6a46 (patch)
tree916e76c5e76c2c366b6cd5cd8a7da49b4527d755 /docs/index.md
parentd3db46fdef6d1a0012d4ef0ce050614e2a4274fb (diff)
downloadspark-6d53b971b9ce593898fda7705a105400f5ab6a46.tar.gz
spark-6d53b971b9ce593898fda7705a105400f5ab6a46.tar.bz2
spark-6d53b971b9ce593898fda7705a105400f5ab6a46.zip
Added standalone and YARN docs. Merged standalone cluster into standalone doc
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/index.md b/docs/index.md
index a3ad2d11ce..1face73515 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -53,6 +53,8 @@ of `project/SparkBuild.scala`, then rebuilding Spark (`sbt/sbt clean compile`).
* [Spark Programming Guide]({{HOME_PATH}}programming-guide.html): how to get started using Spark, and details on the API
* [Running Spark on Amazon EC2]({{HOME_PATH}}running-on-amazon-ec2.html): scripts that let you launch a cluster on EC2 in about 5 minutes
* [Running Spark on Mesos]({{HOME_PATH}}running-on-mesos.html): instructions on how to deploy to a private cluster
+* [Running Spark on YARN]({{HOME_PATH}}running-on-yarn.html): instructions on how to run Spark on top of a YARN cluster
+* [Spark Standalone Mode]({{HOME_PATH}}spark-standalone.html): instructions on running Spark without Mesos
* [Configuration]({{HOME_PATH}}configuration.html)
* [Bagel Programming Guide]({{HOME_PATH}}bagel-programming-guide.html): implementation of Google's Pregel on Spark
* [Spark Debugger]({{HOME_PATH}}spark-debugger.html): experimental work on a debugger for Spark jobs