spark学习笔记—核心算子(二)-CSDN博客

网站介绍:文章浏览阅读119次。spark学习笔记—核心算子(二)distinct算子 def distinct(numPartitions: Int)(implicit ord: Ordering[T] = null): RDD[T] = withScope { def removeDuplicatesInPartition(partition: Iterator[