151、Spark内核原理进阶之union算子内部实现原理

union算子原理 新的rdd,会将旧的两个rdd的partition,原封不动地给挪过来 新的rdd的partition的数量,就是旧的两个rdd的partition的数量的综合 看图 Union算子.png
相关文章
相关标签/搜索