Issue Details (XML | Word | Printable)

Key: HADOOP-2828
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Amareshwari Sriramadasu
Reporter: Amareshwari Sriramadasu
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Hadoop Common

Remove deprecated methods in Configuration.java

Created: 14/Feb/08 06:07 AM   Updated: 21/May/08 08:05 PM
Return to search
Component/s: conf
Affects Version/s: None
Fix Version/s: 0.17.0

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works patch-2828.txt 2008-03-20 05:25 AM Amareshwari Sriramadasu 4 kB

Hadoop Flags: Incompatible change
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()
Resolution Date: 24/Mar/08 05:01 AM


 Description  « Hide
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()

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
No work has yet been logged on this issue.