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

Remove deprecated methods in JobConf

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.17.0
    • 0.19.0
    • None
    • None
    • Incompatible change, Reviewed
    • Hide
      Removed the following deprecated methods from JobConf:
            addInputPath(Path)
            getInputPaths()
            getMapOutputCompressionType()
            getOutputPath()
            getSystemDir()
            setInputPath(Path)
            setMapOutputCompressionType(CompressionType style)
            setOutputPath(Path)
      Show
      Removed the following deprecated methods from JobConf:       addInputPath(Path)       getInputPaths()       getMapOutputCompressionType()       getOutputPath()       getSystemDir()       setInputPath(Path)       setMapOutputCompressionType(CompressionType style)       setOutputPath(Path)

    Description

      Remove the following deprecated methods in org.apache.hadoop.mapred.JobConf
      setInputPath(Path)
      addInputPath(Path)
      getInputPaths()
      getOutputPath()
      setOutputPath(Path)
      getSystemDir()
      setMapOutputCompressionType(CompressionType style)
      getMapOutputCompressionType()

      Attachments

        1. patch-3667.txt
          8 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: