码迷,mamicode.com
首页 > 其他好文 > 详细

SPARK 知识地图

时间:2015-09-14 21:20:00      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:

1    Table of Contents

spark 总揽

spark core

spark sql

spark mllib

spark graphx

spark streaming

2    spark 总揽


spark官网:https://spark.apache.org/

spark 资料集中营,覆盖各种视频,论文,博客,ppt: https://spark.apache.org/documentation.html

spark jira:https://issues.apache.org/jira/browse/SPARK/?selectedTab=com.atlassian.jira.jira-projects-plugin:issues-panel

spark developer list: http://apache-spark-developers-list.1001551.n3.nabble.com/

spark user list:http://apache-spark-user-list.1001560.n3.nabble.com/

 

spark Screencast Tutorial Videos:

https://spark.apache.org/screencasts/1-first-steps-with-spark.html

https://spark.apache.org/screencasts/2-spark-documentation-overview.html

https://spark.apache.org/screencasts/3-transformations-and-caching.html

https://spark.apache.org/screencasts/4-a-standalone-job-in-spark.html

 

CSDN spark技术博客系列: http://spark.csdn.net/m/zone/sp/blog?page=3

spark meetup youtube视频:https://www.youtube.com/channel/UCRzsq7k4-kT-h3TDUBQ82-w

spark submit youtube视频:https://www.youtube.com/channel/UCRzsq7k4-kT-h3TDUBQ82-w/playlists

 

spark介绍:https://www.youtube.com/watch?v=VWeWViFCzzg

spark架构:https://github.com/JerryLead/SparkInternals/tree/master/markdown

spark系列型介绍博客:http://www.cnblogs.com/hseagle/category/569175.html

spark学习路线图:http://mmicky.blog.163.com/blog/static/150290154201431293822347/

 

spark 调优:http://www.oschina.net/translate/spark-tuning

3    spark core


shuffle介绍:

http://jerryshao.me/architecture/2014/01/04/spark-shuffle-detail-investigation/

 

RDD:

http://www.cs.berkeley.edu/~matei/papers/2012/nsdi_spark.pdf

http://www.cnblogs.com/fxjwind/p/3489111.html

4    spark sql


源码分析:

http://blog.csdn.net/book_mmicky/article/details/39288715

http://blog.csdn.net/oopsoom/article/details/38257749

 

DataFrame 和 Datasource API:

https://www.youtube.com/watch?v=6axUqHCu__Y

https://www.youtube.com/watch?v=Hvke1f10dL0

http://www.slideshare.net/databricks/introducing-dataframes-in-spark-for-large-scale-data-science

5    spark mllib


分类回归:

http://blog.csdn.net/yangguo_2011/article/details/33859337

http://www.cnblogs.com/hseagle/p/3908276.html

 

6    spark graphx


GraphX大规模图计算和图挖掘:

http://book.51cto.com/art/201408/450049.htm

7    spark streaming


源码分析:

http://blog.csdn.net/lantian0802/article/details/38784261

 

kafka对接:

http://www.csdn.net/article/2014-12-31/2823384-kafka-spark-streaming-integration-example-tutorial

http://www.michael-noll.com/blog/2014/10/01/kafka-spark-streaming-integration-example-tutorial/


SPARK 知识地图

标签:

原文地址:http://my.oschina.net/bigsloth/blog/506038

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!