-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/6877/
-----------------------------------------------------------

Review request for oozie.


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.


This addresses bug OOZIE-972.
    https://issues.apache.org/jira/browse/OOZIE-972


Diffs
-----

  
http://svn.apache.org/repos/asf/incubator/oozie/trunk/core/src/main/java/org/apache/oozie/util/ELConstantsFunctions.java
 1378473 
  
http://svn.apache.org/repos/asf/incubator/oozie/trunk/core/src/main/resources/oozie-default.xml
 1378473 
  
http://svn.apache.org/repos/asf/incubator/oozie/trunk/core/src/test/java/org/apache/oozie/util/TestELConstantsFunctions.java
 1378473 
  
http://svn.apache.org/repos/asf/incubator/oozie/trunk/docs/src/site/twiki/WorkflowFunctionalSpec.twiki
 1378473 

Diff: https://reviews.apache.org/r/6877/diff/


Testing
-------


Thanks,

Mohammad Islam

Reply via email to