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

Provide EL function to append a string in each substring of another string separated by delimiter

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.3.2
    • None
    • None

    Description

      This EL function is to support to append a specific string into each substring of another string which is delimited by special delimiter.

      For example, replaceAll("A/,B/,C/", "add");
      The returned string will be "A/add,B/add,C/add".

      This is required when oozie coordinator create a list of directories separated by ",", and the user needs to append some subdirectory for the all the directories.

      Attachments

        1. OOZIE-972.patch
          6 kB
          Mohammad Islam

        Activity

          People

            kamrul Mohammad Islam
            kamrul Mohammad Islam
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: