On Fri, 27 May 2011 15:47:23 -0700, Alejandro Abdelnur <t...@cloudera.com> wrote: > John, > > If you are using Oozie, dropping all the JARs your MR jobs needs in the > Oozie WF lib/ directory should suffice. Oozie will make sure all those JARs > are in the distributed cache.
That doesn't seem to work. I have this JAR in the WF /lib/ directory because the Java job that launches the MR job needs it. And yes, it's in the distributed cache for the wrapper MR job that Oozie uses to remotely run the Java job. The problem is it's not available for the MR job that the Java job launches. Thanks, though, for the suggestion.