Re: spark sqlContext udaf

2015-01-27 Thread Kuldeep Bora
UDAF is a WIP, at least from API user's perspective as there is no public API to my knowledge. https://issues.apache.org/jira/browse/SPARK-3947 Thanks On Tue, Jan 27, 2015 at 12:26 PM, sunwei wrote: > Hi, any one can show me some examples using UDAF for spark sqlcontext? >

SparkSQL Table schema in Java

2014-06-01 Thread Kuldeep Bora
Hello, Congrats for 1.0.0 release. I would like to ask why is it that the table creation requires an proper class in Scala and Java while in python you can just use a map? I think that the use of class for definition of table is bit too restrictive. Using a plain map otoh could be very handy in c