[
https://issues.apache.org/jira/browse/HADOOP-2828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Amareshwari Sriramadasu updated HADOOP-2828:
--------------------------------------------
Release Note:
The following deprecated methods in org.apache.hadoop.conf.Configuration are
removed.
public Object getObject(String name)
public void setObject(String name, Object value)
public Object get(String name, Object defaultValue)
public void set(String name, Object value)
and public Iterator entries()
> Remove deprecated methods in Configuration.java
> -----------------------------------------------
>
> Key: HADOOP-2828
> URL: https://issues.apache.org/jira/browse/HADOOP-2828
> Project: Hadoop Core
> Issue Type: Bug
> Components: conf
> Reporter: Amareshwari Sriramadasu
> Assignee: Amareshwari Sriramadasu
> Fix For: 0.17.0
>
> Attachments: patch-2828.txt
>
>
> The following methods in Configuration.java needs to be removed as they are
> deprecated.
> getObject(String name)
> setObject(String name, Object value)
> get(String name, Object defaultValue)
> set(String name, Object value)
> Iterator entries()
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.