Description
Hitting error
can not create DagEngine for submitting jobs
org.apache.oozie.DagEngineException: E0803: IO error, Variable
substitution depth too large: 20 ${param}/000
when config-default.xml has
param=default
and action conf has
<action name="my-wf-action">
...
<configuration>
<property>
<name>param</name>
<value>${param}/000</value>
</property>
</configuration>
Attachments
Attachments
Issue Links
- is broken by
-
OOZIE-1644 Default config from config-default.xml is not propagated to actions
- Closed