You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2011/09/08 06:27:09 UTC

[jira] [Created] (OOZIE-90) GH-50: 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

        

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

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ 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

        

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

Posted by "Roman Shaposhnik (JIRA)" <ji...@apache.org>.
     [ 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