Re: UDF in SparkR

2016-08-17 Thread Yann-Aël Le Borgne
I experienced very slow execution time http://stackoverflow.com/questions/38803546/spark-r-2-0-dapply-very-slow and wondering why... On Wed, Aug 17, 2016 at 1:12 PM, Felix Cheung wrote: > This is supported in Spark 2.0.0 as dapply and gapply. Please see the API > doc: > https://spark.apache.or

Re: UDF in SparkR

2016-08-17 Thread Felix Cheung
This is supported in Spark 2.0.0 as dapply and gapply. Please see the API doc: https://spark.apache.org/docs/2.0.0/api/R/ Feedback welcome and appreciated! _ From: Yogesh Vyas mailto:informy...@gmail.com>> Sent: Tuesday, August 16, 2016 11:39 PM Subject: UDF in SparkR