Re: Adding dependent jars for UDF in the PIG

2013-08-13 Thread Darpan R
Thanks Serega and Ankit. According to my understanding it looks that the actual joda-time jar is in the classpath (otherwise it would have failed saying no classDef found). But it is not able to find the now static method which is part of the DateTime class. Not sure if I am missing something.

Re: Adding dependent jars for UDF in the PIG

2013-08-13 Thread Niels Basjes
I've had the exact same problem with my own udf and joda. It turn out that an old version of joda is embedded inside the pig application. My workaround was limitying myself to the old joda api. Niels On Aug 13, 2013 10:31 AM, Darpan R darpa...@gmail.com wrote: Thanks Serega and Ankit.