[
https://issues.apache.org/jira/browse/OOZIE-90?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alejandro Abdelnur updated OOZIE-90:
------------------------------------
Fix Version/s: pre-Apache
> 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
> Fix For: pre-Apache
>
>
> 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.
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