I am setting up oozie for first time. After all the setup is done, when I ran example workflows, they failed. And -errorlog shows following message
org.apache.oozie.action.ActionExecutorException: File /user/userName/share/lib does not exist I did run the below command to create sharelib while doing setup and I can see the sharelib with all the jars in hdfs webconsole- ./oozie-setup.sh sharelib create -fs hdfs://localhost:9000 but when I verify the available sharelib using oozie admin -shareliblist it shows only [Availble Sharelib] message with no libs actually listed. Any idea, what can be the issue? Thank you, Pushkar