您当前的位置: 首页 >  ar

段智华

暂无认证

  • 0浏览

    0关注

    1232博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

《Spark商业案例与性能调优实战100课》第34课:彻底解密Spark 2.1.X中Shuffle 中SortShuffleWriter排序源码内幕解密

段智华 发布时间:2017-03-21 20:30:57 ,浏览量:0

《Spark商业案例与性能调优实战100课》第34课:彻底解密Spark 2.1.X中Shuffle 中SortShuffleWriter排序源码内幕解密

 def partitionedIterator: Iterator[(Int, Iterator[Product2[K, C]])] = {     val usingMap = aggregator.isDefined     val collection: WritablePartitionedPairCollection[K, C] = if (usingMap) map else buffer     if (spills.isEmpty) {       // Special case: if we have only in-memory data, we don't need to merge streams, and perhaps       // 
关注
打赏
1659361485
查看更多评论
立即登录/注册

微信扫码登录

0.0416s