Mohamed Ghouse created MRUNIT-225: ------------------------------------- Summary: The comparator set for reduce driver does not work for Multiple Outputs Key: MRUNIT-225 URL: https://issues.apache.org/jira/browse/MRUNIT-225 Project: MRUnit Issue Type: Bug Affects Versions: 1.0.0 Reporter: Mohamed Ghouse Priority: Trivial Fix For: 1.0.0
The Comparators set for the ReduceDriver is not associated with MultipleOutputs. TestDriver is in the hierarchy of ReduceDriver. The methods of TestDriver + setKeyComparator(Comparator<K> keyComparator) + setValueComparator(Comparator<V> valueComparator) should be used when MultiOutput is used. -- This message was sent by Atlassian JIRA (v6.3.4#6332)