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

Address backward compatibility issue introduced by OOZIE-2748

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 5.0.0b1, 4.3.1
    • None
    • None

    Description

      OOZIE-2748 introduced a change which eliminates null arguments in certain actions. For example if the argument list in a Java action contains <arg></arg> then Oozie used to pass null in the args[] array to the main() method.

      After OOZIE-2748, null elements are removed. However, there are Oozie users who actually rely on this behaviour and now their workflows are broken.

      We should add a property which tells Oozie whether nulls should be inserted or not.

      Attachments

        1. OOZIE-2872-002.patch
          11 kB
          Peter Bacsko
        2. OOZIE-2872-001.patch
          11 kB
          Peter Bacsko

        Activity

          People

            pbacsko Peter Bacsko
            pbacsko Peter Bacsko
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: