RDD之flatMap與Map對比

定義 首先我們列出flatMap與Map的定義,可參考RDD API def map[U](f: (T) ⇒ U)(implicit arg0: ClassTag[U]): RDD[U]  Return a new RDD by applying a function to all elements of this RDD. def flatMap[U](f: (T) ⇒ TraversableO
相關文章
相關標籤/搜索