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'
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;
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?
>
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
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
Hi there,
Any create secondary index sample?
Thanks
Fleming Chiu(邱宏明)
707-6128
y_823...@tsmc.com
週一無肉日吃素救地球(Meat Free Monday Taiwan)
---
TSMC PROPERTY
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&
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
m> cc: (bcc: Y_823910/TSMC)
> Subject: Re: Katta for
> secondary index?
> 2009/06/23 04:41
> PM
> Please respond to
> hbase-user
>
>
cc: (bcc: Y_823910/TSMC)
Subject: Re: Katta for secondary
index
hbase-u...@hadoop.apache.org
> gmail.com> cc: (bcc: Y_823910/TSMC)
> Subject: Re: Katta for
> secondary index?
> 2009/06/23 04:13
> PM
>
: (bcc: Y_823910/TSMC)
Subject: Re: Katta for secondary
index?
2009/06/23 04:13
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
cc: (bcc: Y_823910/TSMC)
Subject: Re: Katta for secondary
index
gt;> Is there any code snippet of how to use BuildTableIndex and IndexedTable?
>> Thank you.
>>
>> Fleming
>>
>>
>>
>>
>>
>> saint@gmail.c
>> om To:
>
how to use BuildTableIndex and IndexedTable?
> Thank you.
>
> Fleming
>
>
>
>
>
> saint@gmail.c
> om To:
> hbase-u...@hadoop.apache.org
> Sent by: cc: (bcc:
: cc: (bcc: Y_823910/TSMC)
saint@gmail.cSubject: Re: Katta for secondary
index?
om
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
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
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
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
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.
>
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.
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
> >
> > > 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 ?
> > > >
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
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 ?
>
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 ?
> >
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
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
30 matches
Mail list logo