Re: Spark SQL - custom aggregation function (UDAF)

2014-10-14 Thread Pei-Lun Lee
I created https://issues.apache.org/jira/browse/SPARK-3947 On Tue, Oct 14, 2014 at 3:54 AM, Michael Armbrust wrote: > Its not on the roadmap for 1.2. I'd suggest opening a JIRA. > > On Mon, Oct 13, 2014 at 4:28 AM, Pierre B < > pierre.borckm...@realimpactanalytics.com> wrote: > >> Is it planned

Re: Spark SQL - custom aggregation function (UDAF)

2014-10-13 Thread Michael Armbrust
Its not on the roadmap for 1.2. I'd suggest opening a JIRA. On Mon, Oct 13, 2014 at 4:28 AM, Pierre B < pierre.borckm...@realimpactanalytics.com> wrote: > Is it planned in a "near" future ? > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/Spark-SQL

Re: Spark SQL - custom aggregation function (UDAF)

2014-10-13 Thread Pierre B
Is it planned in a "near" future ? -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Spark-SQL-custom-aggregation-function-UDAF-tp15784p16275.html Sent from the Apache Spark User List mailing list archive at Nabble.com. ---

Re: Spark SQL - custom aggregation function (UDAF)

2014-10-06 Thread Michael Armbrust
No, not yet. Only Hive UDAFs are supported. On Mon, Oct 6, 2014 at 2:18 AM, Pei-Lun Lee wrote: > Hi, > > Does spark sql currently support user-defined custom aggregation function > in scala like the way UDF defined with sqlContext.registerFunction? (not > hive UDAF) > > Thanks, > -- > Pei-Lun >