aboutsummaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2012-10-03 08:31:43 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2012-10-03 08:31:43 -0700
commit42cd148507f6f04eced16e1ce87be0c0f33acfc4 (patch)
tree9b04aa7b6d0eeb2d1ce7e288028609d15a6b3416 /docs/index.md
parent833f1d0c86a9c1f231d0f4489ff13f21d54be280 (diff)
parent35b767f478e641ea4dccd174f618442a9082e4ae (diff)
downloadspark-42cd148507f6f04eced16e1ce87be0c0f33acfc4.tar.gz
spark-42cd148507f6f04eced16e1ce87be0c0f33acfc4.tar.bz2
spark-42cd148507f6f04eced16e1ce87be0c0f33acfc4.zip
Merge pull request #236 from pwendell/quickstart
A Spark "Quick Start" example
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 ec6ecf3cc5..5a53da7024 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -54,6 +54,10 @@ of `project/SparkBuild.scala`, then rebuilding Spark (`sbt/sbt clean compile`).
# Where to Go from Here
+**Quick start:**
+
+* [Spark Quick Start]({{HOME_PATH}}quick-start.html): a quick intro to the Spark API
+
**Programming guides:**
* [Spark Programming Guide]({{HOME_PATH}}scala-programming-guide.html): how to get started using Spark, and details on the Scala API