Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-2828

Remove deprecated methods in Configuration.java

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.17.0
    • conf
    • None
    • Incompatible change
    • Hide
      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()
      Show
      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()

    Description

      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()

      Attachments

        1. patch-2828.txt
          4 kB
          Amareshwari Sriramadasu

        Activity

          People

            amareshwari Amareshwari Sriramadasu
            amareshwari Amareshwari Sriramadasu
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: