Excellent, that solved my problem. (Though apparently I actually needed
mapreduce.task.classpath.user.precedence.)
Thanks!
From: Robert Kanter [rkan...@cloudera.com]
Sent: Monday, August 12, 2013 11:38 AM
To: user@oozie.apache.org
Subject: Re: java action
Hi Jacob,
For any Hadoop property, if you want it to apply to the launcher instead of
the "real" job, you have to simply prepend it with "oozie.launcher.". So,
in your case, you'd have "oozie.launcher.mapreduce.user.classpath.first".
- Robert
On Mon, Aug 12, 2013 at 9:19 AM, Williams,Jacob
wr
I'm trying to use a newer version of a library (jersey) than is included with
my hadoop distribution. I have its classes in a jar in my workflow's lib
directory, and need those classes to precede hadoop's version of them on the
classpath when executing a java action in my worflow. I've tried set