Re: Secondary Indexes on HBase table

2009-06-01 Thread Andrew Purtell
Indexes on HBase table Shell is probably not using the right client? Could that be it? There is a special client needed doing transational+indexed. St.Ack On Mon, Jun 1, 2009 at 8:57 AM, Rakhi Khatwani wrote: > Hi Stack, >Its not working if i insert the data using hbase

Re: Secondary Indexes on HBase table

2009-06-01 Thread stack
t; > > > On Sat, May 30, 2009 at 12:32 AM, Xinan Wu wrote: > > > > > > > don't see any obvious problems. you sure you changed conf correctly > so > > > > you are running indexed region server? you sure you insert values > into > > > > entry:

Re: Secondary Indexes on HBase table

2009-06-01 Thread Rakhi Khatwani
gt; > > > On Fri, May 29, 2009 at 1:24 AM, Rakhi Khatwani > > > wrote: > > > > Hi, > > > > > > > > I was trying to create secondary indexes on hbase table. i used the > > > below > > > > reference to create the table. and i

Re: Secondary Indexes on HBase table

2009-06-01 Thread stack
gt; > On Fri, May 29, 2009 at 1:24 AM, Rakhi Khatwani > > wrote: > > > Hi, > > > > > > I was trying to create secondary indexes on hbase table. i used the > > below > > > reference to create the table. and i got successfully created. > > >

Re: Secondary Indexes on HBase table

2009-06-01 Thread Rakhi Khatwani
gion server? you sure you insert values into > entry:hostname and entry:msg columns? > > On Fri, May 29, 2009 at 1:24 AM, Rakhi Khatwani > wrote: > > Hi, > > > > I was trying to create secondary indexes on hbase table. i used the > below > > reference to

Re: Secondary Indexes on HBase table

2009-05-29 Thread Xinan Wu
don't see any obvious problems. you sure you changed conf correctly so you are running indexed region server? you sure you insert values into entry:hostname and entry:msg columns? On Fri, May 29, 2009 at 1:24 AM, Rakhi Khatwani wrote: > Hi, > >   I was trying to create secondary in

Secondary Indexes on HBase table

2009-05-29 Thread Rakhi Khatwani
Hi, I was trying to create secondary indexes on hbase table. i used the below reference to create the table. and i got successfully created. reference: http://blog.eventexchange.net/2009/05/creating-hbase-indexes.html for example i create a table called TestIndexTable using the above