Can you clarify what you mean when you say you "try to create AccumuloRowId object". Can you share that part of your code, and the error message you received?
-- Christopher L Tubbs II http://gravatar.com/ctubbsii On Fri, Jun 12, 2015 at 11:25 PM, Rukshan Chathuranga <[email protected]> wrote: > hi thapliyal, > > yes. listspilts give me the list of split point keys. But when i try to > create AccumuloRowId object it give me an error saying invalid key., > > any solutions? > > Thanks and regards. > > > Rukshan Chathuranga. > Department Of Computer Science & Engineering, > Faculty Of Engineering, > University Of Moratuwa. Sri Lanka. > WEB: http://www.rukspot.com/ > > > On Sat, Jun 13, 2015 at 8:52 AM, vaibhav thapliyal > <[email protected]> wrote: >> >> Hi >> >> Did you try using listspilts()? >> >> Vaibhav >> >> On 13-Jun-2015 8:50 am, "Rukshan Chathuranga" <[email protected]> >> wrote: >>> >>> Hi, >>> >>> I need to get the table split points and get the AccumuloRowId from that >>> key. >>> >>> Does anyone know how to do that? >>> >>> i already tried the >>> >>> TableOperations.addSplits(String tableName, >>> SortedSet<org.apache.hadoop.io.Text> partitionKeys) >>> >>> method. But it seems added splitpoint key are not valid. >>> >>> Thanks and regards. >>> >>> Rukshan Chathuranga. >>> Department Of Computer Science & Engineering, >>> Faculty Of Engineering, >>> University Of Moratuwa. Sri Lanka. >>> WEB: http://www.rukspot.com/ >>> >
