You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2018. It is now read-only.
We've got a parent-workflow A which includes a lib/ directory with some jars in it. If we start a sub-workflow B this new workflow gets the wrong classpath (according to the log "java.class.path" output).
If there are any files in A/lib B will only have A/lib on its classpath.
Only if A/lib is empty then B/lib will be picked up.
I can provide logs etc. if needed. This is with Oozie 2.2.1+82
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We've got a parent-workflow A which includes a lib/ directory with some jars in it. If we start a sub-workflow B this new workflow gets the wrong classpath (according to the log "java.class.path" output).
If there are any files in A/lib B will only have A/lib on its classpath.
Only if A/lib is empty then B/lib will be picked up.
I can provide logs etc. if needed. This is with Oozie 2.2.1+82
The text was updated successfully, but these errors were encountered: