Re: Lifecycle and Configuration of a hive UDF

2012-04-24 Thread Justin Coffey
t; "The One to Watch" - Treasury Today's Adam Smith Awards 2009. > > > - Original Message - > From: "Justin Coffey" > To: user@hive.apache.org > Sent: Monday, April 23, 2012 5:19:15 AM > Subject: Re: Lifecycle and Configuration of a hive UDF > > H

Re: Lifecycle and Configuration of a hive UDF

2012-04-23 Thread Mark Grover
, Business Intelligence Analyst > OANDA Corporation > > www: oanda.com www: fxtrade.com > > "Best Trading Platform" - World Finance's Forex Awards 2009. > "The One to Watch" - Treasury Today's Adam Smith Awards 2009. > > > - Origin

Re: Lifecycle and Configuration of a hive UDF

2012-04-23 Thread Justin Coffey
t at >> https://cwiki.apache.org/confluence/display/Hive/LanguageManual+Transform >> ). >> > >> > I don't think rank can be done using a UDF. >> > >> > Good luck! >> > >> > Mark >> > >> > Mark Grover, Business Intel

Re: Lifecycle and Configuration of a hive UDF

2012-04-20 Thread Alex Kozlov
uck! > > > > Mark > > > > Mark Grover, Business Intelligence Analyst > > OANDA Corporation > > > > www: oanda.com www: fxtrade.com > > > > "Best Trading Platform" - World Finance's Forex Awards 2009. > > "The One to Watch" - T

Re: Lifecycle and Configuration of a hive UDF

2012-04-20 Thread Philip Tromans
t; "Best Trading Platform" - World Finance's Forex Awards 2009. > "The One to Watch" - Treasury Today's Adam Smith Awards 2009. > > > - Original Message - > From: "Justin Coffey" > To: user@hive.apache.org > Sent: Thursday, April 19, 2

Re: Lifecycle and Configuration of a hive UDF

2012-04-20 Thread Mark Grover
xtrade.com "Best Trading Platform" - World Finance's Forex Awards 2009. "The One to Watch" - Treasury Today's Adam Smith Awards 2009. - Original Message - From: "Justin Coffey" To: user@hive.apache.org Sent: Thursday, April 19, 2012 10:29:11 AM

Re: Lifecycle and Configuration of a hive UDF

2012-04-19 Thread Justin Coffey
Hello All, I second this question. I have a MS SQL "rank" function which I would like to run, the results it gives appears to suggest it is executed Mapper side as opposed to reducer side, even when run with "cluster by" constraints. -Justin On Thu, Apr 19, 2012 at 1:21 AM, Ranjan Bagchi wrot

Lifecycle and Configuration of a hive UDF

2012-04-18 Thread Ranjan Bagchi
Hi, What's the lifecycle of a hive udf. If I call select MyUDF(field1,field2) from table; Then MyUDF is instantiated once per mapper, and within each mapper execute(field1, field2) is called for each reducer? I hope this is the case, but I can't find anything about this in the documentation