aboutsummaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2012-09-30 17:43:20 -0700
committerPatrick Wendell <pwendell@gmail.com>2012-10-01 17:24:09 -0700
commitf78edf94cff1b7ba49f400bef9fa741a1dc468da (patch)
tree1c2ea6dfb54f5f0c23117967300aaac744ec2063 /docs/index.md
parentc06b0c753703392a4e92105503f4471911d15583 (diff)
downloadspark-f78edf94cff1b7ba49f400bef9fa741a1dc468da.tar.gz
spark-f78edf94cff1b7ba49f400bef9fa741a1dc468da.tar.bz2
spark-f78edf94cff1b7ba49f400bef9fa741a1dc468da.zip
A Spark "Quick Start" example
This commit includes a quick start example that covers: 1) Basic usage of the Spark shell 2) A simple Spark job in Scala 3) A simple Spark job in Java
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