Hi Mahak, Can you try renaming property to "oozie.launcher.oozie.action.sharelib.for.hive" ? I remember oozie action has issues for action type "Java", the property should be pre-fixed with 'oozie.launcher", the same property can be accessed in the launcher by referring to "oozie.action.sharelib.for.hive" in the launcher job directly.
Thanks, -Idris On Sat, Feb 21, 2015 at 2:13 AM, Mahak Mukhi <[email protected]> wrote: > Hi, > I made following changes in this file > oozie/src/main/resources/action/pre-process.xml > 1. changed oozie:workflow:0.3 to oozie:workflow:0.4 > 2. added this property > <property> > <name>oozie.action.sharelib.for.hive</name> > <value>hcat_current,hive_current</value> > </property> > But when I build it and submit feeds these changes aren't reflected in > the oozie workflow. The job definition doesn't contain this newly added > property neither is the new workflow version reflected. I looked up the > jar(falcon-oozie-adaptor-0.7-SNAPSHOT.jar) in the deployed instance and the > pre-process.xml in there shows the changes that I made, so I can be certain > the deployment is valid. I even restarted the oozie server but to no > success. > > Need help figuring out how this oozie workflow is not getting updated. > > Regards,Mahak Mukhi >
