You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2015/01/22 18:54:34 UTC

[jira] [Created] (MAPREDUCE-6221) Stringifier is left unclosed in Chain#getChainElementConf()

Ted Yu created MAPREDUCE-6221:
---------------------------------

             Summary: 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
            Reporter: Ted Yu
            Assignee: Ted Yu
            Priority: Minor


{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)