RDD api整理

RDD[T] Transformations rdd api 備註 persist/cache map(f: T => U) keyBy(f: T => K) 特殊的map,提key flatMap(f: T => Iterable[U]) map的一種,相似UDTF filter(f: T => Boolean) map的一種 distinct(numPartitions) rdd的實現爲 ma
相關文章
相關標籤/搜索