You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by "Roman Shaposhnik (JIRA)" <ji...@apache.org> on 2011/09/10 05:39:09 UTC

[jira] [Closed] (OOZIE-90) GH-50: Oozie jobs configuration properties with variables should be resolved to concrete values

     [ https://issues.apache.org/jira/browse/OOZIE-90?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roman Shaposhnik closed OOZIE-90.
---------------------------------

    Resolution: Fixed

> GH-50: Oozie jobs configuration properties with variables should be resolved to concrete values
> -----------------------------------------------------------------------------------------------
>
>                 Key: OOZIE-90
>                 URL: https://issues.apache.org/jira/browse/OOZIE-90
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Hadoop QA
>
> The servlets receiving a job submission/rerun should resolve values with variables to their concrete values before proceeding with the submission. 
> For example:
> ----
> a=A
> b=${a}
> ----
> Should be resolved to 
> ----
> a=A
> b=A
> ----

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira