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

Add formal parameters to WF & COORD XML

    XMLWordPrintableJSON

Details

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

    Description

      Formal parameters definition with inline default values

      Enforcing formal parameters a comprehensive error checking can be done at submission time for EL expressions through out the workflow XML.

      For example:

      <code>

      <workflow-app>
      <parameters>

      <!-- with no default value -->
      <property>
      <name>input</name>
      </property>

      <!-- with default value -->
      <property>
      <name>output</name>
      <value>${input}.out</name>
      </property>
      ...
      </parameters>
      ...
      </workflow-app>

      </code>

      Attachments

        1. OOZIE-239.patch
          52 kB
          Robert Kanter
        2. OOZIE-239-v2.patch
          55 kB
          Robert Kanter
        3. OOZIE-239-v3.patch
          54 kB
          Robert Kanter
        4. OOZIE-239-v4.patch
          55 kB
          Robert Kanter

        Issue Links

          Activity

            People

              rkanter Robert Kanter
              hadoopqa Hadoop QA
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: