摘要: 1. 定义 /* * 1. 定义 * def groupByKey(): RDD[(K, Iterable[V])] * def groupByKey(partitioner: Partitioner): RDD[(K, Iterable[V])] * def groupByKey(numParti 阅读全文
posted @ 2022-03-24 21:42 学而不思则罔! 阅读(41) 评论(0) 推荐(0)
摘要: 1. 定义 /* * 1. 定义 * def reduceByKey(func: (V, V) => V): RDD[(K, V)] * def reduceByKey(func: (V, V) => V, numPartitions: Int): RDD[(K, V)] * def reduceB 阅读全文
posted @ 2022-03-24 20:38 学而不思则罔! 阅读(59) 评论(0) 推荐(0)