YahooArchive / oozie

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

checkMultipleTimeInstances doesn't work #831

Closed shwethags closed 12 years ago

shwethags commented 12 years ago

To guard against specifying multiple instances in instance tag, CoordSubmitXCommand.checkMultipleTimeInstances checks for ',' in instance tag. This breaks for EL extensions. We have EL extension today(0,0) which maps to start day of nominal time. today(0,0) resolves to a single instance and presence of ',' doesn't imply that it resolves to multiple instances

Please fix this

shwethags commented 12 years ago

CLosed for https://issues.apache.org/jira/browse/OOZIE-675