Re: Library conflict with Pig UDF

2013-12-11 Thread Shawn Hermans
I added SET mapreduce.task.classpath.user.precedence true; to the top of my script and it worked. Thanks, Shawn On Tue, Dec 10, 2013 at 11:36 PM, Serega Sheypak wrote: > You have to specify classpath precedence. See here > > http://stackoverflow.com/questions/11685949/overriding-default-hadoop-

Re: Library conflict with Pig UDF

2013-12-10 Thread Serega Sheypak
You have to specify classpath precedence. See here http://stackoverflow.com/questions/11685949/overriding-default-hadoop-jars-in-class-path 11.12.2013 7:02 пользователь "Shawn Hermans" написал: > I am having an issue with a Pig UDF I wrote. The Pig UDF uses a newer > version of Guava than is bun

Library conflict with Pig UDF

2013-12-10 Thread Shawn Hermans
I am having an issue with a Pig UDF I wrote. The Pig UDF uses a newer version of Guava than is bundled with the version of Hadoop I am using (CDH 4.2). I explicitly register the newer version using a REGISTER statement. However, it still loads the version bundled with CDH. How do I get Pig to r