On Wed, 1 Jun 2011 12:48:51 -0700, Alejandro Abdelnur <t...@cloudera.com> wrote:
> Do you have all JARs used by your classes in Needed.jar in the DC classpath > as well? needed.jar contains the class Needed, which my mappers need. If the class Needed calls for another class AlsoNeeded in another jar, wouldn't I get a ClassNotFoundException for AlsoNeeded? > Are you propagating the delegation token? Now we're getting somewhere: I don't have any idea what you mean by this. If this is something I need to be doing to get this technique to work, I'd love to see a reference teaching me how to do it. Thanks again.