【Spark】RDD核心

1. RDD A Resilient Distributed Dataset (RDD), the basic abstraction in Spark. Represents an immutable, partitioned collection of elements that can be operated on in parallel. This class contains the b
相关文章
相关标签/搜索