[
https://issues.apache.org/jira/browse/HADOOP-1343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494600
]
Hadoop QA commented on HADOOP-1343:
-----------------------------------
+1
http://issues.apache.org/jira/secure/attachment/12356996/no-conf-set-obj.patch
applied and successfully tested against trunk revision r536583.
Test results:
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/126/testReport/
Console output:
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/126/console
> 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.