作業提交過程分析(源碼)

  sc.textFile("README.md").flatMap(line => line.split(" ")).map(word => (word,1)).reduceByKey(_ + _).collect sc.textFile("README.md").flatMap(line => line.split(" ")).map(word => (word,1)).reduceByKey
相關文章
相關標籤/搜索