Member since
07-26-2017
2
Posts
0
Kudos Received
0
Solutions
07-28-2017
08:06 AM
Hi Rafal, Can you please try the following? Change the order of property, have oozie.use.system.libpath=true after queuename=default . Execute once and check. Change oozie.libpath value to ${nameNode}/user/oozie/share/lib/lib_<timestamp> (timestamp is the time stamp number you see under this folder). Execute once and check. Copy all the jars from ${nameNode}/user/oozie/share/lib/*/*/* to any custom location like ${nameNode}/user/${user.name}/share/lib . Execute once and check. One of them should workout.
... View more
07-26-2017
03:34 PM
I faced similiar issue. We had a HDP upgrade, still my jobs are pointing to the custom library (which are all of previous version). I have updated my custom library with latest jars. The issue is fixed.
... View more