thanks Todd. I decided to fall back on the old API for the time being, since my project also needs KeyValueTextInputFormat, which is again available in 0.21. I don't see that class in the HBase backport package either.
juber On Mon, Jul 5, 2010 at 2:28 PM, Todd Lipcon <[email protected]> wrote: > 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 >
