# 外部资源
* [Spark 首页](http://spark.apache.org)
* [Spark 社区](http://spark.apache.org/community.html) 资源,包括当地的聚会
* [StackOverflow tag `apache-spark`](http://stackoverflow.com/questions/tagged/apache-spark)
* [Mailing Lists](http://spark.apache.org/mailing-lists.html):在这里询问关于 Spark 的问题
* [AMP Camps](http://ampcamp.berkeley.edu/):在 UC Berkeley(加州大学伯克利分校)的一系列的训练营中,它们的特色是讨论和针对关于 Spark,Spark Streaming,Mesos 的练习,等等。在这里可以免费获取[视频](http://ampcamp.berkeley.edu/6/),[幻灯片](http://ampcamp.berkeley.edu/6/) 和 [练习题](http://ampcamp.berkeley.edu/6/exercises/)。
* [Code Examples](http://spark.apache.org/examples.html):更多`示例`可以在 Spark 的子文件夹中获取([Scala](https://github.com/apache/spark/tree/master/examples/src/main/scala/org/apache/spark/examples),[Java](https://github.com/apache/spark/tree/master/examples/src/main/java/org/apache/spark/examples),[Python](https://github.com/apache/spark/tree/master/examples/src/main/python),[R](https://github.com/apache/spark/tree/master/examples/src/main/r))
- Spark 概述
- 编程指南
- 快速入门
- Spark 编程指南
- 构建在 Spark 之上的模块
- Spark Streaming 编程指南
- Spark SQL, DataFrames and Datasets Guide
- MLlib
- GraphX Programming Guide
- API 文档
- 部署指南
- 集群模式概述
- Submitting Applications
- 部署模式
- Spark Standalone Mode
- 在 Mesos 上运行 Spark
- Running Spark on YARN
- 其它
- 更多
- Spark 配置
- Monitoring and Instrumentation
- Tuning Spark
- 作业调度
- Spark 安全
- 硬件配置
- Accessing OpenStack Swift from Spark
- 构建 Spark
- 其它
- 外部资源
- Spark RDD(Resilient Distributed Datasets)论文
- 翻译进度