开发者社区 问答 正文

Spark中 Transformation 和 Action算子有什么?

Spark中 Transformation 和 Action算子有什么?

展开
收起
芯在这 2021-12-08 22:04:43 374 分享 版权
1 条回答
写回答
取消 提交回答
  • Transformantion:Map, Filter, FlatMap, Sample, GroupByKey, ReduceByKey, Union, Join, Cogroup, MapValues, Sort, PartionBy

    Action:Collect, Reduce, Lookup, Save (主要记住,结果不是 RDD 的就是 Action)

    2021-12-08 22:04:59
    赞同 展开评论