YahooArchive / oozie

Oozie - workflow engine for Hadoop
http://yahoo.github.com/oozie/
Apache License 2.0
373 stars 160 forks source link

Support for regex in coordinator dataset #830

Open matant opened 12 years ago

matant commented 12 years ago

It seems like the coordinator data set only supports dataset with EL expression. Sometimes users would like to build a path with EL expressions and regular expressions.

It seems like changing pathExists in CoordActionInputCheckXCommand.java from using exists to using .globStatus > 0 will do the job. What do you think ?