aboutsummaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2012-09-25 23:59:04 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2012-09-25 23:59:04 -0700
commitd51d5e0582c0605deae7497cd95a055698dc9383 (patch)
tree6c402339d4aeae723f4985f7444a60fd0416be38 /docs/index.md
parentc5754bb9399a59c4a83d28e618fea87900aa8f8a (diff)
downloadspark-d51d5e0582c0605deae7497cd95a055698dc9383.tar.gz
spark-d51d5e0582c0605deae7497cd95a055698dc9383.tar.bz2
spark-d51d5e0582c0605deae7497cd95a055698dc9383.zip
Doc fixes
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/index.md b/docs/index.md
index cdc96200a8..26b2cc0840 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -55,10 +55,12 @@ of `project/SparkBuild.scala`, then rebuilding Spark (`sbt/sbt clean compile`).
# Where to Go from Here
**Programming guides:**
+
* [Spark Programming Guide]({{HOME_PATH}}scala-programming-guide.html): how to get started using Spark, and details on the Scala API
* [Java Programming Guide]({{HOME_PATH}}java-programming-guide.html): using Spark from Java
**Deployment guides:**
+
* [Running Spark on Amazon EC2]({{HOME_PATH}}ec2-scripts.html): scripts that let you launch a cluster on EC2 in about 5 minutes
* [Standalone Deploy Mode]({{HOME_PATH}}spark-standalone.html): launch a standalone cluster quickly without Mesos
* [Running Spark on Mesos]({{HOME_PATH}}running-on-mesos.html): deploy a private cluster using
@@ -66,12 +68,14 @@ of `project/SparkBuild.scala`, then rebuilding Spark (`sbt/sbt clean compile`).
* [Running Spark on YARN]({{HOME_PATH}}running-on-yarn.html): deploy Spark on top of Hadoop NextGen (YARN)
**Other documents:**
+
* [Configuration]({{HOME_PATH}}configuration.html): customize Spark via its configuration system
* [API docs (Scaladoc)]({{HOME_PATH}}api/core/index.html)
* [Bagel]({{HOME_PATH}}bagel-programming-guide.html): an implementation of Google's Pregel on Spark
* [Contributing to Spark](contributing-to-spark.html)
**External resources:**
+
* [Spark Homepage](http://www.spark-project.org)
* [AMP Camp](http://ampcamp.berkeley.edu/): a two-day training camp at UC Berkeley that featured talks and exercises
about Spark, Shark, Mesos, and more. [Videos](http://ampcamp.berkeley.edu/agenda-2012),