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

EL variables don't get resolved in configurations imported from a <job-xml>

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.1.0
    • None
    • None

    Description

      If you use <job-xml> to include a file that includes an EL variable, it doesn't get resolved.

      For example:

      foo.xml
      <configuration>
         <property>
            <name>some.property</name>
            <value>${someVariable}</value>
         </property>
      </configuration>
      
      job.propertiesl
      ...
      someVariable=bar
      

      Then in the submitted job, some.property will be equal to "${someVariable}" when we would like it to be "bar".

      Attachments

        1. oozie-1580.patch
          6 kB
          Bowen Zhang

        Issue Links

          Activity

            People

              bowenzhangusa Bowen Zhang
              rkanter Robert Kanter
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: