[
https://issues.apache.org/jira/browse/MAPREDUCE-1507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12839569#action_12839569
]
Amareshwari Sriramadasu commented on MAPREDUCE-1507:
----------------------------------------------------
Looked at the patch. Some more missing deprecations:
1. JobProfile should also deprecated in favor of
org.apache.hadoop.mapreduce.JobStatus.
2. public enum TIPStatus should also be deprecated. We might have to add one
in mapreduce package. This is passed to user in
org.apache.hadoop.mapreduce.TaskReport.
> The old MapReduce API is only partially deprecated
> --------------------------------------------------
>
> Key: MAPREDUCE-1507
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1507
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Reporter: Tom White
> Assignee: Tom White
> Attachments: MAPREDUCE-1507.patch
>
>
> Not all of the old API is currently marked as deprecated. E.g.
> org.apache.hadoop.mapred.OutputFormat is deprecated, but
> org.apache.hadoop.mapred.FileOutputFormat isn't.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.