Re: Building dependencies into UDAF jar

2011-11-07 Thread Pradeep Kamath
Yes - please do share the script - appreciate the help! > >From: Mark Kerzner >To: user@hive.apache.org >Cc: Pradeep Kamath >Sent: Monday, November 7, 2011 11:48 AM >Subject: Re: Building dependencies into UDAF jar > > >To co

Re: Building dependencies into UDAF jar

2011-11-07 Thread Pradeep Kamath
gt;Sent: Monday, November 7, 2011 11:38 AM >Subject: Re: Building dependencies into UDAF jar > > >I'm not sure how to do this in ant, but it definitely works with >maven+assembly because this is what we do for our production map reduce jobs >and for our hive udf's.

Re: Building dependencies into UDAF jar

2011-11-07 Thread Mark Kerzner
radeep Kamath >> Reply-To: , Pradeep Kamath >> Date: Mon, 7 Nov 2011 11:25:15 -0800 >> To: "user@hive.apache.org" >> Subject: Re: Building dependencies into UDAF jar >> >> Thanks for the suggestion Frank. Unfortunately I am using ant and am >> not

Re: Building dependencies into UDAF jar

2011-11-07 Thread Mark Kerzner
; To: "user@hive.apache.org" > Subject: Re: Building dependencies into UDAF jar > > Thanks for the suggestion Frank. Unfortunately I am using ant and am > not very familiar with maven. Glancing through the link on > maven-assembly-plugin, I am also not sure if the "as

Re: Building dependencies into UDAF jar

2011-11-07 Thread Frank Maritato
eep Kamath mailto:pradeep...@yahoo.com>> Reply-To: mailto:user@hive.apache.org>>, Pradeep Kamath mailto:pradeep...@yahoo.com>> Date: Mon, 7 Nov 2011 11:25:15 -0800 To: "user@hive.apache.org<mailto:user@hive.apache.org>" mailto:user@hive.apache.org>> Subject: Re: B

Re: Building dependencies into UDAF jar

2011-11-07 Thread Pradeep Kamath
>--  >Frank Maritato > >From: Pradeep Kamath >Reply-To: , Pradeep Kamath >Date: Mon, 7 Nov 2011 10:21:26 -0800 >To: "user@hive.apache.org" >Subject: Building dependencies into UDAF jar > > > >Hi, >  I am trying to build a hive UDAF which has de

Re: Building dependencies into UDAF jar

2011-11-07 Thread Frank Maritato
o:user@hive.apache.org>>, Pradeep Kamath mailto:pradeep...@yahoo.com>> Date: Mon, 7 Nov 2011 10:21:26 -0800 To: "user@hive.apache.org<mailto:user@hive.apache.org>" mailto:user@hive.apache.org>> Subject: Building dependencies into UDAF jar Hi, I am trying to build a h

Building dependencies into UDAF jar

2011-11-07 Thread Pradeep Kamath
Hi,   I am trying to build a hive UDAF which has dependencies on other external jars (like log4j) - is there a way in which I can bundle the main classes for my UDAF and all the dependent jars into one jar for use in my hive query. I tried having my UDF classes at the top level and dependency j