[
https://issues.apache.org/jira/browse/HADOOP-5663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12703614#action_12703614
]
Jothi Padmanabhan commented on HADOOP-5663:
-------------------------------------------
To make progress on this front, in spite of the javac bug, we could possibly:
# Wait till all the framework has been changed to use new api, so the number of
deprecated warnings automatically reaches zero
# Modify the test-patch script to ignore deprecated warnings (something like
grep "warning:' | grep -v deprecated | wc -l)
Thoughts?
> Resolve javac warnings in mapred
> --------------------------------
>
> Key: HADOOP-5663
> URL: https://issues.apache.org/jira/browse/HADOOP-5663
> Project: Hadoop Core
> Issue Type: Bug
> Reporter: Jothi Padmanabhan
> Assignee: Jothi Padmanabhan
>
> Towards a solution for HADOOP-5628, we need to resolve all javac warnings.
> This jira will try to resolve javac warnings where ever possible and suppress
> them where resolution is not possible.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.