You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Britt Cyr (JIRA)" <ji...@apache.org> on 2012/06/05 02:34:22 UTC

[jira] [Created] (OOZIE-858) Parametrization of workflow name

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

        

[jira] [Resolved] (OOZIE-858) Parametrization of workflow name

Posted by "Alejandro Abdelnur (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OOZIE-858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alejandro Abdelnur resolved OOZIE-858.
--------------------------------------

    Resolution: Duplicate

This is duplicate of OOZIE-637
                
> 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