Hi, I have a java action and would like to ensure that the jars I provide (via the lib/ directory) have the highest precedence in the class path my java action executes with. Is that possible?
The very specific problem I'm dealing with is that when running a java action in oozie, an old version of jackson-core is getting picked up here: jar:file:/hadoop/yarn/local/filecache/22/mapreduce.tar.gz/hadoop/share/hadoop/common/lib/jackson-core-2.2.3.jar!/com/fasterxml/jackson/core/JsonFactory.class My own jar files have a more recent version of jackson-core, but the above location has class path priority. I am running on an HDP 2.2.4 cluster. Thanks! -Aaron
