[
https://issues.apache.org/jira/browse/HADOOP-10402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Kanter updated HADOOP-10402:
-----------------------------------
Status: Patch Available (was: Open)
> Configuration.getValByRegex doesn't do variable substitution
> ------------------------------------------------------------
>
> 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
> 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)