Spark:使用map()和map {}

时间:2018-03-15 15:00:21

标签: scala apache-spark

在Scala中使用Spark进行编程时,我看到了两种选择:

rdd.map(x => (x(5), 1))

rdd.map{x => (x(0), Set(x(1)))}

使用(){}有什么区别?

0 个答案:

没有答案