Re: problem of secondary index

2010-01-07 Thread Jean-Daniel Cryans
I'm not an expert on the indexed contrib but by looking a bit a the code, it just looks like that's how the secondary index table is built. Since the shell doesn't "talk" the same language as the contrib, it shows you the raw data. J-D 2010/1/6 : > > > I'

problem of secondary index

2010-01-06 Thread y_823910
I've created a table named table1 with a secondary index idx1. Trying to put millons of rows data; most index were built well, which means I can get the data by index. Unfortunately, There is a weird combination like following: I can find a row in index table but fail in the main table;

Re: read Filtered Rows From Secondary Index

2009-12-17 Thread stack
What are you trying to do? What happens when you run the below code? Thanks, St.Ack 2009/12/16 > Hi there, > > I don't know how to use ColumnValueFilter in hbase-0.20.2 > to read some rows through my built Secondary Index. > Any suggestions or samples? >

Re: read Filtered Rows From Secondary Index

2009-12-16 Thread Keith Thomas
n a second scan. The second scan is against the indexed table. y_823910 wrote: > > Hi there, > > I don't know how to use ColumnValueFilter in hbase-0.20.2 > to read some rows through my built Secondary Index. > Any suggestions or samples? > > > public static v

read Filtered Rows From Secondary Index

2009-12-16 Thread y_823910
Hi there, I don't know how to use ColumnValueFilter in hbase-0.20.2 to read some rows through my built Secondary Index. Any suggestions or samples? public static void readFilteredRowsFromSecondaryIndex() throws IOException { IndexedTable table = new IndexedTable(config, Bytes.to

create secondary index sample

2009-12-08 Thread y_823910
Hi there, Any create secondary index sample? Thanks Fleming Chiu(邱宏明) 707-6128 y_823...@tsmc.com 週一無肉日吃素救地球(Meat Free Monday Taiwan) --- TSMC PROPERTY

Re: create secondary index

2009-12-08 Thread Lars George
Hi Flemming, There is a separate jar for the contrib packages. See $HBASE_HOME/contrib/transactional/hbase-0.20.2-transactional.jar Add that to you classpath. Lars 2009/12/9 : > Hi there, > > I am trying to create secondary index in hbase-0.20.2, > but I can&

create secondary index

2009-12-08 Thread y_823910
Hi there, I am trying to create secondary index in hbase-0.20.2, but I can't find class org.apache.hadoop.hbase.client.tableindexed in hbase-0.20.2.jar. Any ideas? Thanks Fleming Chiu(邱宏明) 707-6128 y_823...@tsmc.com 週一無肉日吃素救地球(Meat Free Monday T

Re: Katta for secondary index?

2009-06-23 Thread tim robertson
m>               cc:      (bcc: Y_823910/TSMC) >                                               Subject: Re: Katta for > secondary index? >                      2009/06/23 04:41 >                      PM >                      Please respond to >                      hbase-user > >

Re: Katta for secondary index?

2009-06-23 Thread y_823910
cc: (bcc: Y_823910/TSMC) Subject: Re: Katta for secondary index

Re: Katta for secondary index?

2009-06-23 Thread tim robertson
                    hbase-u...@hadoop.apache.org >                      gmail.com>               cc:      (bcc: Y_823910/TSMC) >                                               Subject: Re: Katta for > secondary index? >                      2009/06/23 04:13 >                      PM >                    

Re: Katta for secondary index?

2009-06-23 Thread y_823910
: (bcc: Y_823910/TSMC) Subject: Re: Katta for secondary index? 2009/06/23 04:13

Re: Katta for secondary index?

2009-06-23 Thread tim robertson
   tim robertson >                       hbase-u...@hadoop.apache.org >                      gmail.com>               cc:      (bcc: Y_823910/TSMC) >                                               Subject: Re: Katta for > secondary index? >                      2009/06/23 03:45

Re: Katta for secondary index?

2009-06-23 Thread y_823910
cc: (bcc: Y_823910/TSMC) Subject: Re: Katta for secondary index

Re: Katta for secondary index?

2009-06-23 Thread tim robertson
gt;> Is there any code snippet of how to use BuildTableIndex and IndexedTable? >> Thank you. >> >> Fleming >> >> >> >> >> >>                      saint@gmail.c >>                      om                       To:       >

Re: Katta for secondary index?

2009-06-23 Thread tim robertson
how to use BuildTableIndex and IndexedTable? > Thank you. > > Fleming > > > > > >                      saint@gmail.c >                      om                       To:       > hbase-u...@hadoop.apache.org >                      Sent by:                 cc:      (bcc:

Re: Katta for secondary index?

2009-06-23 Thread y_823910
: cc: (bcc: Y_823910/TSMC) saint@gmail.cSubject: Re: Katta for secondary index? om

Re: Katta for secondary index?

2009-06-22 Thread stack
On Mon, Jun 22, 2009 at 5:46 PM, wrote: > Hi there, > > HBase access data only by key, right? > Anybody use HBase + Katta(for secondary index)? Does it work? Katta works but its just a means of distributing lucene indices. You need to make the indices first. You'v

Katta for secondary index?

2009-06-22 Thread y_823910
Hi there, HBase access data only by key, right? Anybody use HBase + Katta(for secondary index)? Does it work? We just want to transfer part of our Oracle table data to HBase for multi parallel computing. Any suggestions would be appreciated! Thank you Fleming

Fetch data by secondary index?

2009-06-21 Thread y_823910
Hi there, I have two Oracle tables with master and detail relationship. Using ETL, these two Oracle table's data will be incrementally written into HBase. Our Oracle table schema, master table primary key is shipno detail table primary key is shipno+seq It seems ok to cre

Re: Secondary index

2009-02-20 Thread Slava Gorelik
patch in the next week or so... > > -clint > > On Fri, Feb 20, 2009 at 2:15 PM, Slava Gorelik >wrote: > > > Hi.From secondary index test i found that index can be created only > during > > column family creation, is it correct ? > > Is there any way to add new

Re: Secondary index

2009-02-20 Thread Clint Morgan
Hi.From secondary index test i found that index can be created only during > column family creation, is it correct ? > Is there any way to add new secondary index after column family is created > (on going) ? > > Thank You and Best Regards. > Slava. >

Secondary index

2009-02-20 Thread Slava Gorelik
Hi.From secondary index test i found that index can be created only during column family creation, is it correct ? Is there any way to add new secondary index after column family is created (on going) ? Thank You and Best Regards. Slava.

Re: secondary index in HBase ?

2009-01-07 Thread Slava Gorelik
The 0.19 version has this functionality. > > > > > > > > On Wed, Jan 7, 2009 at 3:25 PM, yonatan maman > > > wrote: > > > > > > > > > Hi > > > > > is there any support of secondary index in Hbase ? > > > > > The

Re: secondary index in HBase ?

2009-01-07 Thread yonatan maman
> > > > > The 0.19 version has this functionality. > > > > > > On Wed, Jan 7, 2009 at 3:25 PM, yonatan maman > > wrote: > > > > > > > Hi > > > > is there any support of secondary index in Hbase ? > > > >

Re: secondary index in HBase ?

2009-01-07 Thread Slava Gorelik
N > > -- Yonatan > > On Wed, Jan 7, 2009 at 4:43 PM, Slava Gorelik >wrote: > > > The 0.19 version has this functionality. > > > > On Wed, Jan 7, 2009 at 3:25 PM, yonatan maman > wrote: > > > > > Hi > > > is there any

Re: secondary index in HBase ?

2009-01-07 Thread yonatan maman
gt; Hi > > is there any support of secondary index in Hbase ? > > The Pigi mailing list pointed me to > > > > > http://svn.apache.org/repos/asf/hadoop/hbase/trunk/src/java/org/apache/hadoop/hbase/client/tableindexed/ > > does this package handle secondary index ? >

Re: secondary index in HBase ?

2009-01-07 Thread Bill Au
Any idea when 0.19 will be available? Bill On Wed, Jan 7, 2009 at 9:43 AM, Slava Gorelik wrote: > The 0.19 version has this functionality. > > On Wed, Jan 7, 2009 at 3:25 PM, yonatan maman wrote: > > > Hi > > is there any support of secondary index in Hbase ? > >

Re: secondary index in HBase ?

2009-01-07 Thread Slava Gorelik
The 0.19 version has this functionality. On Wed, Jan 7, 2009 at 3:25 PM, yonatan maman wrote: > Hi > is there any support of secondary index in Hbase ? > The Pigi mailing list pointed me to > > http://svn.apache.org/repos/asf/hadoop/hbase/trunk/src/java/org/apache/hado

secondary index in HBase ?

2009-01-07 Thread yonatan maman
Hi is there any support of secondary index in Hbase ? The Pigi mailing list pointed me to http://svn.apache.org/repos/asf/hadoop/hbase/trunk/src/java/org/apache/hadoop/hbase/client/tableindexed/ does this package handle secondary index ? I couldn't find it in the latest release, can I us