RDD 分区调整:

- repartition()

- coalesce()

聚合函数:

- reduce()

- aggregate()

关联函数:

- join()

- cogroup()