You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by vamshi krishna <va...@gmail.com> on 2011/08/28 08:39:27 UTC

Distributed Data structure

Hi folks,
           i am new to Hbase and recently got somuch interest after looking
at the way it got evolved and started slowly working on it. I want to
develop a distributed data structure in HBase environment like Distributed
Hash Table , distributed set, or list. Can somebody help me in this regard.
Even if anyone worked or have experience with distributed DSs , please help
and we will have a discussion. Thank you.

-- 
*Regards*
*
Vamshi Krishna
*

Re: Distributed Data structure

Posted by Jean-Daniel Cryans <jd...@apache.org>.
HBase as is works like a big distributed sorted list. If the key is a
hash, than it becomes the backend of hash table. Anything in
particular you need help with?

J-D

On Sat, Aug 27, 2011 at 11:39 PM, vamshi krishna <va...@gmail.com> wrote:
> Hi folks,
>           i am new to Hbase and recently got somuch interest after looking
> at the way it got evolved and started slowly working on it. I want to
> develop a distributed data structure in HBase environment like Distributed
> Hash Table , distributed set, or list. Can somebody help me in this regard.
> Even if anyone worked or have experience with distributed DSs , please help
> and we will have a discussion. Thank you.
>
> --
> *Regards*
> *
> Vamshi Krishna
> *
>