Remove compiler warnings for ant test
-------------------------------------
Key: HADOOP-3031
URL: https://issues.apache.org/jira/browse/HADOOP-3031
Project: Hadoop Core
Issue Type: Bug
Components: mapred
Reporter: Amareshwari Sriramadasu
Priority: Minor
Fix For: 0.17.0
The following warnings need to be removed from ant tests
src/test/org/apache/hadoop/mapred/EmptyInputFormat.java:35: warning:
[unchecked] unchecked conversion
[javac] found : org.apache.hadoop.mapred.SequenceFileRecordReader
[javac] required: org.apache.hadoop.mapred.RecordReader<K,V>
[javac] return new SequenceFileRecordReader(job, (FileSplit) split);
src/test/org/apache/hadoop/mapred/TestReduceTask.java:91: warning: [unchecked]
unchecked call to
ValuesIterator(org.apache.hadoop.io.SequenceFile.Sorter.RawKeyValueIterator,org.apache.hadoop.io.RawComparator<KEY>,java.lang.Class<KEY>,java.lang.Class<VALUE>,org.apache.hadoop.conf.Configuration,org.apache.hadoop.util.Progressable)
as a member of the raw type org.apache.hadoop.mapred.ReduceTask.ValuesIterator
[javac] new ReduceTask.ValuesIterator(rawItr,
WritableComparator.get(Text.class),
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.