spark入门3-RDD算子_rdd where算子-CSDN博客

网站介绍:文章浏览阅读157次。spark入门3-RDD算子RDD算子1、通用类算子mapmapPartitionsmapPartitionsWithIndexflatmapglomgroupByfiltersampledistinct2、shuffle2.1官网解读Shuffle operations(shuffle操作)Background(背景)Performance Impact(性能影响)2.2总结3、分区器3.1hash分区器3.2range分区器3.3默认分区器3.4自定义分区器RDD算子1、通用类算子map /*_rdd where算子