作业提交过程分析(源码)

  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
相关文章
相关标签/搜索