Uploaded image for project: 'Oozie'
  1. Oozie
  2. OOZIE-1944

Recursive variable resolution broken when same parameter name in config-default and action conf

VotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • trunk
    • 4.1.0
    • workflow
    • None

    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

        1. OOZIE-1944-2.patch
          9 kB
          Mona Chitnis
        2. OOZIE-1944-1.patch
          9 kB
          Mona Chitnis

        Issue Links

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            chitnis Mona Chitnis
            chitnis Mona Chitnis
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment