Re: Help in hive query

2012-10-10 Thread Manu A
course equal to its value. > > Best regards, > J. Dolinar > > On Wed, Oct 10, 2012 at 8:19 AM, Manu A wrote: > > Hi All, > > The result for the below query is 194965.00.0 , but 194965 is the > > result of inner query from count(q1.response). It looks like the o

Help in hive query

2012-10-09 Thread Manu A
Hi All, The result for the below query is 194965.00.0 , but 194965 is the result of inner query from count(q1.response). It looks like the outer query [select avg(q2.auth_count), stddev_pop(q2.auth_count)]didn't work at all. //Query select avg(q2.auth_count), stddev_pop(q2.auth_count) f

Re: Custom MR scripts using java in Hive

2012-09-26 Thread Manu A
t; > ** ** > > On Tue, Sep 25, 2012 at 5:19 PM, Manish.Bhoge > wrote: > > Manu, > > > > If you have written UDF in Java for Hive then you need to copy your JAR on > your Hadoop cluster in /usr/lib/hive/lib/ folder to hive to use this JAR. >

Re: Custom MR scripts using java in Hive

2012-09-25 Thread Manu A
ve/lib/ folder to hive to use this JAR. > > > ** ** > > Thank You, > > Manish > > ** ** > > *From:* Manu A [mailto:hadoophi...@gmail.com] > *Sent:* Tuesday, September 25, 2012 3:44 PM > *To:* user@hive.apache.org > *Subject:* Custom MR scripts us