allow "start" value in the coordinator-app tag to be dynamically generated
--------------------------------------------------------------------------
Key: OOZIE-762
URL: https://issues.apache.org/jira/browse/OOZIE-762
Project: Oozie
Issue Type: Improvement
Components: coordinator
Reporter: Neil Yalowitz
Priority: Minor
Allow the "start" value in the coordinator-app tag to be set dynamically, for
instance ${coord:somefcn(now)} or ${coord:somefcn(now-60*60)}.
Example:
<coordinator-app name="my-coord" frequency="1" start="${coord:somefcn(now)}"
end="${end}" timezone="UTC" xmlns="uri:oozie:coordinator:0.2">
...etc.
--
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