[ https://issues.apache.org/jira/browse/HADOOP-1343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Doug Cutting updated HADOOP-1343: --------------------------------- Resolution: Fixed Status: Resolved (was: Patch Available) I just committed this. Thanks, Owen! > Deprecate the Configuration.set(String,Object) method and make Configuration > Iterable > ------------------------------------------------------------------------------------- > > 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 Iterable<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.