Mohammad Kamrul Islam created OOZIE-963: -------------------------------------------
Summary: Add new EL function to replace all instances of sub-string with another one Key: OOZIE-963 URL: https://issues.apache.org/jira/browse/OOZIE-963 Project: Oozie Issue Type: Bug Reporter: Mohammad Kamrul Islam There are multiple use-case where user needs to modify the directory list in WF created by coordinator. For example, distcp action needs multiple source directories be 'space' separated. whereas coordinator creates the directory list as comma-separated. This JIRA will utilize the String.replaceAll functionalities (http://docs.oracle.com/javase/6/docs/api/java/lang/String.html#replaceAll(java.lang.String,%20java.lang.String). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira