Hey Guys, I am running into a bit of trouble, and I know its something that must be commonly done. I have created a loader function which uses external JARs, which is fine when ran in local mode; the Pig job is also scripted in embedded mode (so included in native java). The JARs aren't required by my Pig script directly, but required by the UDF that the Pig script uses, how do I distribute the JARs in mapreduce mode and how do I setup my native java code to access it ?
Many Thanks, Robert.
