[ 
https://issues.apache.org/jira/browse/HADOOP-10402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karthik Kambatla updated HADOOP-10402:
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.6.0
           Status: Resolved  (was: Patch Available)

Thanks for reporting and fixing this, Robert. Just committed this to trunk and 
branch-2. 

> Configuration.getValByRegex does not substitute for variables
> -------------------------------------------------------------
>
>                 Key: HADOOP-10402
>                 URL: https://issues.apache.org/jira/browse/HADOOP-10402
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 2.3.0
>            Reporter: Robert Kanter
>            Assignee: Robert Kanter
>             Fix For: 2.6.0
>
>         Attachments: HADOOP-10402.patch
>
>
> When using Configuration.getValByRegex(...), variables are not resolved.  
> For example:
> {code:xml}
> <property>
>    <name>bar</name>
>    <value>woot</value>
> </property>
> <property>
>    <name>foo3</name>
>    <value>${bar}</value>
> </property>
> {code}
> If you then try to do something like {{Configuration.getValByRegex(foo.*)}}, 
> it will return a Map containing "foo3=$\{bar}" instead of "foo3=woot"



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to