[
https://issues.apache.org/jira/browse/HADOOP-3667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Amareshwari Sriramadasu updated HADOOP-3667:
--------------------------------------------
Attachment: patch-3667.txt
Here is a patch removing deprecated methods in JobConf
> 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.