Britt Cyr created OOZIE-858:
-------------------------------
Summary: Parametrization of workflow name
Key: OOZIE-858
URL: https://issues.apache.org/jira/browse/OOZIE-858
Project: Oozie
Issue Type: Bug
Affects Versions: 3.2.0
Reporter: Britt Cyr
Priority: Minor
Currently Oozie version 3.1 supports parametrization of the 'name' field of a
coordinator app with schema version 0.3.
e.g.
<coordinator-app name="${appName}" frequency="${coord:hours(1)}"
start="${start}" end="${end}" timezone="UTC" xmlns="uri:oozie:coordinator:0.3">
However, we need to extend this functionality to workflow name as well. Then
one can multiple multiple job.properties files containing different values for
workflow-app 'name' with the same workflow specification xml.
e.g.
<workflow-app xmlns="uri:oozie:workflow:0.3" name="${wfName}">
A related ticket reported for this is
--
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