-- Owen
This is exactly what the setOutputValueGroupingComparator is for. Take
a look at HADOOP-4545, for an example using the secondary sort. If you
are using trunk or 0.20, look at src/examples/org/apache/hadoop/
examples/SecondarySort.java. The checked in example uses the new map/
reduce api that was introduced in 0.20.
- correct pattern for using setOutputValueGroupingComparator? Meng Mao
- Re: correct pattern for using setOutputValueGroupingCom... Owen O'Malley
