JobTracker wont compile on Java5 as you cant use @Override with an interface
implementation in Java5
----------------------------------------------------------------------------------------------------
Key: HADOOP-4660
URL: https://issues.apache.org/jira/browse/HADOOP-4660
Project: Hadoop Core
Issue Type: Bug
Components: mapred
Affects Versions: 0.20.0
Reporter: Steve Loughran
Unless there is a java6+ only policy, the bits of JobTracker that declare they
@Override the JobSubmissionProtocol need to have those @Override attributes
commented out, as Java5 wont let you override interface methods, only class
methods (strange but true)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.