On Thu, Sep 23, 2010 at 9:50 AM, Renaud Delbru <[email protected]> wrote: > > Will the TotalOrderPartitioner found in the hadoop library not work for > 0.20.x ? >
You might have to do what Todd did in TRUNK where he brought over the 'mapred' TotalOrderPartitioner to go against the new 'mapreduce' API (The bulk load is done against the hadoop 'new' API 'mapreduce' as opposed to 'mapred' package). You might even be able to just copy what Todd has done in trunk over to your 0.20 install? St.Ack
