Which is the equivalent function to "Combiners" of MapReduce in Spark?
I guess that it's combineByKey, but is combineByKey executed locally?
I understand than functions as reduceByKey or foldByKey aren't executed locally.

Reading the documentation looks like combineByKey is equivalent to
reduceByKey just that combineByKey you can specify an different output
than the input you have.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org

Reply via email to