hi ,

I saw the tableindexed package here

http://people.apache.org/~stack/hbase-0.20.0-candidate-1/docs/api/org/apache/hadoop/hbase/client/tableindexed/package-summary.html

I have a doubt ...

Suppose i have the following tab;e

rowkey  col
1            a
2            a
3            b
4            a
5            c
6            b

suppose i have to index on "col"  .. so my secondary index should be
somewhat as follows

key  val(s)
a        1,2,4
b         3,6
c           5

Does this new tableindexed allow such kind of repetitions on the column to
be indexed ?
Some people have said that , in 19.x,the value of the column on wch we are
indexing should always be distinct.

Does 0.20 adds any support to the one's of above kind?



On Tue, Aug 18, 2009 at 4:36 AM, stack <[email protected]> wrote:

> Does this help?
>
>
> http://people.apache.org/~stack/hbase-0.20.0-candidate-1/docs/api/overview-summary.html#overview_description<http://people.apache.org/%7Estack/hbase-0.20.0-candidate-1/docs/api/overview-summary.html#overview_description>
>
> Includes sample client usage and all about zk + hbase.
>
> St.Ack
>
>
> On Mon, Aug 17, 2009 at 3:57 PM, Alex Spodinets <[email protected]>
> wrote:
>
> > Hello,
> >
> > Could somone kindly point me to an example of HBase 0.20 API usage. All i
> > was able to find so far is a Map\Reduce example in the 0.20 SVN source.
> > Would be also good to have some info on how 0.20 should be installed,
> > especially the zoo keeper.
> >
> > Thanks.
> >
>

Reply via email to