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