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

作业提交过程分析(源码)

时间:2016-09-25 17:11:44      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:

  技术分享

sc.textFile("README.md").flatMap(line => line.split(" ")).map(word => (word,1)).reduceByKey(_ + _).collect

sc.textFile("README.md").flatMap(line => line.split(" ")).map(word => (word,1)).reduceByKey((a,b) => a + b).collect

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

 技术分享

技术分享

 

 

技术分享

 技术分享

技术分享

 技术分享

 

 技术分享

 技术分享

技术分享

技术分享

技术分享

技术分享

 

 

 

 技术分享

技术分享

技术分享

技术分享

技术分享

 

 

 

 

总结:

技术分享

第一个stage :

           HadoopRDD  ->   MapPartitionRDD  ->   MapPartitionsRDD  ->  MapPartitionsRDD  ->  MapPartitionsRDD

 

技术分享

第二个stage :   

    Stage shuffledRDD   ->  MapPartitionsRDD

 

 

 技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

 技术分享

技术分享

 

 技术分享

 

作业提交过程分析(源码)

标签:

原文地址:http://www.cnblogs.com/zlslch/p/5906198.html

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