spark中的聚合函数总结

PairRDDFunctions中的函数:html def aggregateByKey[U](zeroValue: U)(seqOp: (U, V) ⇒ U, combOp: (U, U) ⇒ U)(implicit arg0: ClassTag[U]): RDD[(K, U)] Aggregate the values of each key, using given combine func
相关文章
相关标签/搜索