aboutsummaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
authorAndy Konwinski <andyk@berkeley.edu>2012-09-12 19:28:55 -0700
committerAndy Konwinski <andyk@berkeley.edu>2012-09-12 19:28:55 -0700
commit1bcd09e09313fb7306a6c11e7e21d8ee73eb8edf (patch)
tree8813df080f1c04e276c0134c97f24c55d4d43cb7 /docs/index.md
parent35adccd0088e5f0baa0eb97f8ca21e0d1c1ff71f (diff)
parent4b8b0d5c08f82ce2ce28c6495a9875a549cf8b3a (diff)
downloadspark-1bcd09e09313fb7306a6c11e7e21d8ee73eb8edf.tar.gz
spark-1bcd09e09313fb7306a6c11e7e21d8ee73eb8edf.tar.bz2
spark-1bcd09e09313fb7306a6c11e7e21d8ee73eb8edf.zip
Merge remote-tracking branch 'public-spark/dev' into doc
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.md b/docs/index.md
index ac22363d3f..48ab151e41 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -62,6 +62,7 @@ of `project/SparkBuild.scala`, then rebuilding Spark (`sbt/sbt clean compile`).
# Other Resources
* [Spark Homepage](http://www.spark-project.org)
+* [AMPCamp](http://ampcamp.berkeley.edu/): All AMPCamp presentation videos are available online. Going through the videos and exercises is a great way to sharpen your Spark skills.
* [Paper describing the programming model](http://www.cs.berkeley.edu/~matei/papers/2012/nsdi_spark.pdf)
* [Code Examples](http://spark-project.org/examples.html) (more also available in the [examples subfolder](https://github.com/mesos/spark/tree/master/examples/src/main/scala/spark/examples) of the Spark codebase)
* [Mailing List](http://groups.google.com/group/spark-users)