# 外部資源
* [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)論文
- 翻譯進度