4.6. Oozie behavioral changes

When Oozie has been installed manually, before a site can execute any Oozie actions, the Oozie shared libraries must be made explicitly available. Add the following information to the file oozie-site.xml:

    <property>
    <name>oozie.service.WorkflowAppService.system.libpath</name>
    <value>/user/$username/share/lib</value>
    </property>
 

loading table of contents...