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

Hadoop QA commented on OOZIE-206:
---------------------------------

tucu00 remarked:
Closed by 585be495c3761e547be8af55e294dac42051001e XConfiguration should give 
precedence to variables over sys-props in ${} expressions

> GH-254: XConfiguration should give precedence to variables over sys-props in 
> ${} expressions
> --------------------------------------------------------------------------------------------
>
>                 Key: OOZIE-206
>                 URL: https://issues.apache.org/jira/browse/OOZIE-206
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Hadoop QA
>
> Currently if a config file as a property
>   user.name=foo
>   foo.output=/user/${user.name}/output
> If *XConfiguration* is used from a process owned by the user 'oozie' then 
> *foo.output* gets resolved to */user/oozie/output*
> For how Oozie uses Configurations it should resolve to */user/foo/output*
> I'll raise an issue in Hadoop to change this, but I'm fearing that they'll 
> claim that a change to current behavior will break existing applications.

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

        

Reply via email to