Re: Building dependencies into UDAF jar

2011-11-07 Thread Frank Maritato
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. If you want I can probably dig up an example pom.xml that shows how to do this. -- Frank Maritato From: Prad

Re: Building dependencies into UDAF jar

2011-11-07 Thread Frank Maritato
Hi Pradeep, If you are using maven to build your code you can use the assembly plugin to produce a jar with dependencies. http://maven.apache.org/plugins/maven-assembly-plugin/ Hope this helps -- Frank Maritato From: Pradeep Kamath mailto:pradeep...@yahoo.com>> Reply-To: mailt

encrypted db passwords?

2011-07-13 Thread Frank Maritato
Is there any support for putting an encrypted password to my metastore db in hive-site.xml? Maybe an integration with jasypt? -- Frank Maritato