Spark 源码阅读(1)——WordCount程序执行流程

1.RDD 源码解析 主要方法属性: - A list of partitions - A function for computing each split - A list of dependencies on other RDDs - Optionally, a Partitioner for key-value RDDs (e.g. to say that the RDD is hash
相关文章
相关标签/搜索