[ 
https://issues.apache.org/jira/browse/OOZIE-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13099788#comment-13099788
 ] 

Hadoop QA commented on OOZIE-90:
--------------------------------

tucu00 remarked:
Closed by f85e3d6fd2c529557257f5d95ff88ee5906a9433 Oozie jobs configuration 
properties with variables should be resolved to concrete values.

> 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

        

Reply via email to