开发者社区> 问答> 正文

Spark中 Transformation 和 Action算子有什么?

Spark中 Transformation 和 Action算子有什么?

展开
收起
芯在这 2021-12-08 22:04:43 328 0
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
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
Hybrid Cloud and Apache Spark 立即下载
Scalable Deep Learning on Spark 立即下载
Comparison of Spark SQL with Hive 立即下载