【SparkAPI JAVA版】JavaPairRDD——flatMap、flatMapToDouble、flatMapToPair、flatMapValues(十六)

JavaPairRDD的flatMap方法講解 官方文檔 /** * Return a new RDD by first applying a function to all elements of this * RDD, and then flattening the results. */ 說明 首先將一個函數應用於該函數的全部元素,從而返回一個新的RDD 而後將結果展平
相關文章
相關標籤/搜索