no function is mapped to the name "action:output" , oozie shell action -


according oozie documentation, can capture output of shell action using function string action:output(string node, string key) when use in decision node <decision name="mydecision"> <switch> <case to="shell1"> ${action:output('decidescript','decide.next.step.name') = 'shell1'} </case> <default to="end"/> </switch> </decision>

oozie throws me error saying no function mapped name "action:output" , oozie shell action

the seems error in oozie documentation of shell action. use {wf:actiondata('decidescript')['decide.next.step.name'] = 'shell1} el instead.


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -