You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Qian He <hq...@gmail.com> on 2019/06/24 23:32:59 UTC

Does DataSet/DataFrame support ReduceBy() as RDD does?

i found RDD.reduceBy() is really useful and much more efficient than
groupBy(). Wondering if DS/DF have the similar apis?