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.
