[
https://issues.apache.org/jira/browse/MAPREDUCE-4174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13265587#comment-13265587
]
Tsz Wo (Nicholas), SZE commented on MAPREDUCE-4174:
---------------------------------------------------
{code}
+@SuppressWarnings("deprecation")
@Private
@Unstable
public class MRApps extends Apps {
{code}
Please do not add @SuppressWarnings in the class header. It basically turns
off the warning feature for the entire class. We should fix the warnings but
not suppress them.
> Clean up hadoop-mapreduce-client-common
> ---------------------------------------
>
> Key: MAPREDUCE-4174
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4174
> Project: Hadoop Map/Reduce
> Issue Type: Sub-task
> Components: build
> Affects Versions: trunk
> Reporter: Harsh J
> Assignee: Harsh J
> Priority: Minor
> Attachments: 0002-MR-Client-Common-Cleanup.patch
>
>
> Clean up a bunch of existing javac warnings in hadoop-mapreduce-client-common
> module.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira