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
@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
mailing list, but no answer so far !
best,
/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