[
https://issues.apache.org/jira/browse/HADOOP-3667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Owen O'Malley updated HADOOP-3667:
----------------------------------
Resolution: Fixed
Release Note:
Removed the following deprecated methods from JobConf:
addInputPath(Path)
getInputPaths()
getMapOutputCompressionType()
getOutputPath()
getSystemDir()
setInputPath(Path)
setMapOutputCompressionType(CompressionType style)
setOutputPath(Path)
Hadoop Flags: [Incompatible change, Reviewed] (was: [Incompatible change])
Status: Resolved (was: Patch Available)
I just committed this. Thanks, Amareshwari!
> Remove deprecated methods in JobConf
> ------------------------------------
>
> Key: HADOOP-3667
> URL: https://issues.apache.org/jira/browse/HADOOP-3667
> Project: Hadoop Core
> Issue Type: Bug
> Components: mapred
> Affects Versions: 0.17.0
> Reporter: Amareshwari Sriramadasu
> Assignee: Amareshwari Sriramadasu
> Fix For: 0.19.0
>
> Attachments: patch-3667.txt
>
>
> Remove the following deprecated methods in org.apache.hadoop.mapred.JobConf
> setInputPath(Path)
> addInputPath(Path)
> getInputPaths()
> getOutputPath()
> setOutputPath(Path)
> getSystemDir()
> setMapOutputCompressionType(CompressionType style)
> getMapOutputCompressionType()
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.