[ 
https://issues.apache.org/jira/browse/OOZIE-972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mohammad Kamrul Islam updated OOZIE-972:
----------------------------------------

    Attachment: OOZIE-972.patch
    
> Provide  EL function to append a string in each substring of another string 
> separated by delimiter
> --------------------------------------------------------------------------------------------------
>
>                 Key: OOZIE-972
>                 URL: https://issues.apache.org/jira/browse/OOZIE-972
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Mohammad Kamrul Islam
>            Assignee: Mohammad Kamrul Islam
>             Fix For: trunk
>
>         Attachments: OOZIE-972.patch
>
>
> 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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to