문제

Do I need to place my java classes in some jar that goes to the lib/ directory in the root of the workflow definition, or is there another way to use the classes outside of a jar?

도움이 되었습니까?

해결책

Java actions in Oozie are run in a Map Reduce job, so yes the classes do need to be wrapped in a jar.

They do not need to be placed in the lib directory though, they can exist in the shared library folder (oozie.libpath).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top