Generic mapreduce classes cannot be used with Job::set* methods
---------------------------------------------------------------
Key: HADOOP-5111
URL: https://issues.apache.org/jira/browse/HADOOP-5111
Project: Hadoop Core
Issue Type: Bug
Components: mapred
Affects Versions: 0.20.0
Reporter: Chris Douglas
The set\* methods on a Job take {{Class}} instances whose parameterized type is
an unbounded type (e.g. {{Class<? extends RawComparator<?>>}}). Attempting to
pass a {{Class}} whose parameterized types are not explicit will cause
compile-time errors, as in HADOOP-5065.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.