Re: PreSplit the table with Long format

2013-02-21 Thread Enis Söztutar
ytes.toBytes(3000) ] } > >> > >> Thanks, > >> Viral > >> > >> On Tue, Feb 19, 2013 at 1:52 AM, Farrokh Shahriari < > >> mohandes.zebeleh...@gmail.com> wrote: > >> > >> > Hi there > >> > As I use rowkey in long format,I must presplit table in long format > >> too.But > >> > when I've run this command,it presplit the table with STRING format : > >> > create 'testTable','cf1',{SPLITS => [ '1000','2000','3000']} > >> > > >> > How can I presplit the table with Long format ? > >> > > >> > Farrokh > >> > > >> > > > > >

Re: PreSplit the table with Long format

2013-02-19 Thread Farrokh Shahriari
>> Bytes.toBytes(2000), Bytes.toBytes(3000) ] } >> >> Thanks, >> Viral >> >> On Tue, Feb 19, 2013 at 1:52 AM, Farrokh Shahriari < >> mohandes.zebeleh...@gmail.com> wrote: >> >> > Hi there >> > As I use rowkey

Re: PreSplit the table with Long format

2013-02-19 Thread Farrokh Shahriari
Hi there > > As I use rowkey in long format,I must presplit table in long format > too.But > > when I've run this command,it presplit the table with STRING format : > > create 'testTable','cf1',{SPLITS => [ '1000','2000','3000']} > > > > How can I presplit the table with Long format ? > > > > Farrokh > > >

Re: PreSplit the table with Long format

2013-02-19 Thread Viral Bajaria
eleh...@gmail.com> wrote: > Hi there > As I use rowkey in long format,I must presplit table in long format too.But > when I've run this command,it presplit the table with STRING format : > create 'testTable','cf1',{SPLITS => [ '1000','2000','3000']} > > How can I presplit the table with Long format ? > > Farrokh >