Any getting-started with UDAF development

2015-03-11 Thread shahab
Hi, I do appreciate if anyone could point me to a Getting-started tutorial on developing custom UDAF? I found this one https://cwiki.apache.org/confluence/display/Hive/GenericUDAFCaseStudy But this is not really made for Hive 0.12.0 /0.13.0. Any help is appreciated. thanks, /Shahab

Re: Does any one know how to deploy a custom UDAF jar file in SparkSQL

2015-03-10 Thread shahab
@Xuefu: Thanks, I know this. Since I haven't got any answer there I sought maybe I could get some help here. On Tue, Mar 10, 2015 at 2:42 PM, Xuefu Zhang wrote: > This question seems more suitable to Spark community. FYI, this is Hive > user list. > > On Tue, Mar 10, 2015 a

Does any one know how to deploy a custom UDAF jar file in SparkSQL

2015-03-10 Thread shahab
mailing list, but no answer so far ! best, /Shahab

Is it possible to use "count" in Where clause ?

2014-12-17 Thread shahab
Hi, I am quite new to Hive. I just wonder if a query like this is possible in hive? select * from events where events.pid = '123' having count(events.id) > 2 or more precisely is it possible to use " having count(events.id) > 2" in Hive SQL ? best, /Shahab