[
https://issues.apache.org/jira/browse/MAPREDUCE-6221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tsuyoshi OZAWA updated MAPREDUCE-6221:
--------------------------------------
Fix Version/s: 2.7.0
> Stringifier is left unclosed in Chain#getChainElementConf()
> -----------------------------------------------------------
>
> Key: MAPREDUCE-6221
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-6221
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Affects Versions: 2.6.0
> Reporter: Ted Yu
> Assignee: Ted Yu
> Priority: Minor
> Fix For: 2.7.0
>
> Attachments: mapreduce-6221-001.patch
>
>
> {code}
> Stringifier<Configuration> stringifier =
> new DefaultStringifier<Configuration>(jobConf, Configuration.class);
> String confString = jobConf.get(confKey, null);
> if (confString != null) {
> conf = stringifier.fromString(jobConf.get(confKey, null));
> {code}
> stringifier is not closed upon return from the method.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)