On Fri, Jul 2, 2010 at 4:50 AM, juber patel <[email protected]> wrote:
> Hi, > > my program needs total sorting as done by the TotalOrderPartitioner. I > have written all my code using the new API. I see that this > partitioner was ported to new API only in 0.21 RC0 that Tom White > released today. > > Considering that I am going to run my program on AWS, what are my > options? Is there a way to use the old-API partitioner while using new > API everywhere else? Anyone has any idea how long it takes AWS to > upgrade once a stable release is available? > > Over in HBase, we include a backported TotalOrderPartitioner for the new API. See: http://github.com/apache/hbase/tree/trunk/src/main/java/org/apache/hadoop/hbase/mapreduce/hadoopbackport/ -Todd > > thanks in advance, > > Juber > -- Todd Lipcon Software Engineer, Cloudera
