Skip to content

Instantly share code, notes, and snippets.

@codingneo
Last active September 14, 2016 05:12
Show Gist options
  • Save codingneo/c24ef9f646abcaf2eb1a to your computer and use it in GitHub Desktop.
Save codingneo/c24ef9f646abcaf2eb1a to your computer and use it in GitHub Desktop.
Apache Spark Resources

###Articles ####Apache Spark源码走读

  1. Apache Spark源码走读之1 -- Spark论文阅读笔记
  2. Apache Spark源码走读之2 -- Job的提交与运行
  3. Apache Spark源码走读之3 -- Task运行期之函数调用关系分析
  4. Apache Spark源码走读之4 -- DStream实时流数据处理
  5. Apache Spark源码走读之5 -- DStream处理的容错性分析
  6. Apache Spark源码走读之6 -- 存储子系统分析
  7. Apache Spark源码走读之7 -- Standalone部署方式分析
  8. Apache Spark源码走读之8 -- Spark on Yarn
  9. Apache Spark源码走读之9 -- Spark源码编译
  10. Apache Spark源码走读之10 -- 在YARN上运行SparkPi
  11. Apache Spark源码走读之11 -- sql的解析与执行
  12. Apache Spark源码走读之12 -- Hive on Spark运行环境搭建
  13. Apache Spark源码走读之13 -- hiveql on spark实现详解
  14. Apache Spark源码走读之14 -- Graphx实现剖析
  15. Apache Spark源码走读之15 -- Standalone部署模式下的容错性分析
  16. Apache Spark源码走读之16 -- spark repl实现详解
  17. Apache Spark源码走读之17 -- 如何进行代码跟读
  18. Apache Spark源码走读之18 -- 使用Intellij idea调试Spark源码
  19. Apache Spark源码走读之19 -- standalone cluster模式下资源的申请与释放
  20. Apache Spark源码走读之20 -- ShuffleMapTask计算结果的保存与读取
  21. Apache Spark源码走读之21 -- WEB UI和Metrics初始化及数据更新过程分析
  22. Apache Spark源码走读之22 -- 浅谈mllib中线性回归的算法实现
  23. Apache Spark源码走读之23 -- Spark MLLib中拟牛顿法L-BFGS的源码实现

####Apache Spark技术实战

  1. Apache Spark技术实战之1 -- KafkaWordCount
  2. Apache Spark技术实战之2 -- PackratParsers实例
  3. Apache Spark技术实战之3 -- Spark Cassandra Connector的安装和使用
  4. Apache Spark技术实战之4 -- 利用Spark将json文件导入Cassandra

####Spark Internal https://github.com/JerryLead/SparkInternals

###Videos

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment