You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Owen O'Malley (JIRA)" <ji...@apache.org> on 2007/05/10 00:10:15 UTC

[jira] Updated: (HADOOP-1343) Deprecate the Configuration.set(String,Object) method and make Configuration iteratable

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

Owen O'Malley updated HADOOP-1343:
----------------------------------

    Attachment: no-conf-set-obj.patch

> Deprecate the Configuration.set(String,Object) method and make Configuration iteratable
> ---------------------------------------------------------------------------------------
>
>                 Key: HADOOP-1343
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1343
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: conf
>    Affects Versions: 0.13.0
>            Reporter: Owen O'Malley
>         Assigned To: Owen O'Malley
>             Fix For: 0.14.0
>
>         Attachments: no-conf-set-obj.patch
>
>
> When I was removing the Configuration methods for putting objects into Configurations, I missed one of them and the associated callers. I also extend Configuration to implement Iteratable<Map.Entry<String,String>> so that you can iterate through the configuration.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.