You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Mona Chitnis (JIRA)" <ji...@apache.org> on 2014/07/21 23:08:39 UTC

[jira] [Created] (OOZIE-1944) Recursive variable resolution broken when same parameter name in config-default and action conf

Mona Chitnis created OOZIE-1944:
-----------------------------------

             Summary: Recursive variable resolution broken when same parameter name in config-default and action conf
                 Key: OOZIE-1944
                 URL: https://issues.apache.org/jira/browse/OOZIE-1944
             Project: Oozie
          Issue Type: Bug
          Components: workflow
    Affects Versions: trunk
            Reporter: Mona Chitnis
            Assignee: Mona Chitnis
             Fix For: trunk


Hitting error
{code}
can not create DagEngine for submitting jobs
org.apache.oozie.DagEngineException: E0803: IO error, Variable
substitution depth too large: 20 ${param}/000
{code}

when config-default.xml has
{{param=default}}
and action conf has
{code}
<action name="my-wf-action">
...
<configuration>
<property>
    <name>param</name>
    <value>${param}/000</value>
</property>
</configuration>
{code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)