摘要: 1.定义 /* * 1.定义 * def sortByKey(ascending: Boolean = true, numPartitions: Int = self.partitions.length) * : RDD[(K, V)] = self.withScope * ascending : 阅读全文
posted @ 2022-03-26 09:18 学而不思则罔! 阅读(54) 评论(0) 推荐(0)
摘要: 1. 说明 /* * 思考 : * reduceByKey、flodByKey、aggregateByKey、combineByKey 的区别? * 本质区别 : Map端聚合和Reduce聚合规则是否相同,是不是要在Map的实现合并器 * * 1. reduceByKey * 1. 定义 * de 阅读全文
posted @ 2022-03-26 08:59 学而不思则罔! 阅读(109) 评论(0) 推荐(0)