Spark 算子
Posted 梅里之巅
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spark 算子相关的知识,希望对你有一定的参考价值。
0.parallelize
1.map
2.mapValues
3.flatMap
4.mapPartitions
5.mapPartitionsWithIndex
6.filter
7.reduce
8.reduceByKey
9.groupBy
10.groupByKey
11.partitionBy
12.foreach
13.foreachPartition
14.count
15.collect
16.saveAsTextFile
17.combineByKey
18.persist
19.cache
20.sample
21.union
22.join
23.cartesian
24.textFile
25.makeRDD
26.distinct
以上是关于Spark 算子的主要内容,如果未能解决你的问题,请参考以下文章