warning: [unchecked] unchecked call to collect(K,V) as a member of the
raw type org.apache.hadoop.mapred.OutputCollector

Yes, I can live with this warning, but it really makes me uneasy. Any
suggestions to remove this warning?

You can suppress the warning using annotation in your code:
@SuppressWarnings({"unchecked"})

Reply via email to