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

Remove deprecated methods in JobConf()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.17.0
    • None
    • None
    • Incompatible change
    • Hide
      The following deprecated methods are removed from org.apache.hadoop.JobConf :
      public Class getInputKeyClass()
      public void setInputKeyClass(Class theClass)
      public Class getInputValueClass()
      public void setInputValueClass(Class theClass)

      The methods, public boolean org.apache.hadoop.JobConf.getSpeculativeExecution() and
      public void org.apache.hadoop.JobConf.setSpeculativeExecution(boolean speculativeExecution) are undeprecated.
      Show
      The following deprecated methods are removed from org.apache.hadoop.JobConf : public Class getInputKeyClass() public void setInputKeyClass(Class theClass) public Class getInputValueClass() public void setInputValueClass(Class theClass) The methods, public boolean org.apache.hadoop.JobConf.getSpeculativeExecution() and public void org.apache.hadoop.JobConf.setSpeculativeExecution(boolean speculativeExecution) are undeprecated.

    Description

      The following methods in JobConf
      getInputKeyClass()
      setInputKeyClass
      getInputValueClass()
      setInputValueClass(Class theClass)
      setSpeculativeExecution
      getSpeculativeExecution()
      need to be removed as there are deprecated methods lying around.

      Attachments

        1. patch-2819.txt
          7 kB
          Amareshwari Sriramadasu

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: