Hi, Currently, there is not way specify the separate wf-app-dir/lib for individual actions. But you can use the file and archive elements for each java action.
https://oozie.apache.org/docs/4.2.0/WorkflowFunctionalSpec.html#a3.2.2.1_Adding_Files_and_Archives_for_the_Job Thanks, Abhishek On Mon, Apr 25, 2016 at 2:21 AM, Serega Sheypak <serega.shey...@gmail.com> wrote: > Hi, oozie workflow by default expects special file layout: > > The directory structure looks like this: > > - wf-app-dir/workflow.xml > - wf-app-dir/lib > - wf-app-dir/lib/myJavaClasses.JAR > > > Is there any way to specify custom wf--app-dir/lib for each oozie workflow > action? My workflow actions are java-actions and I want to avoid jar-hell > in /lib dir common for the whole workflow. >