You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by ch huang <ju...@gmail.com> on 2013/07/02 10:26:21 UTC

puzzle about hbase row update

what happen when i want to update a row ? in hbase it's has udpate
conception?

Re: puzzle about hbase row update

Posted by Mohammad Tariq <do...@gmail.com>.
Yes, it is for the cell. As Ram sir has specified, there are no updates in
HBase per se. You either put a new version or delete the old data and put
the new data in the same cell. Along with the link specified by Ram sir, I
would suggest you to go through this as well :
http://hbase.apache.org/book/versions.html

Warm Regards,
Tariq
cloudfront.blogspot.com


On Tue, Jul 2, 2013 at 2:10 PM, ch huang <ju...@gmail.com> wrote:

> the version is for one row for for one cell?
>
>
>
> On Tue, Jul 2, 2013 at 4:29 PM, ramkrishna vasudevan <
> ramkrishna.s.vasudevan@gmail.com> wrote:
>
> > There are no updates.  It just adds one more version to the existing row.
> >  You can try out from the HBase shell.
> >
> > http://hbase.apache.org/book.html - will give an idea on the design and
> > architecture.
> >
> > Regards
> > Ram
> >
> >
> > On Tue, Jul 2, 2013 at 1:56 PM, ch huang <ju...@gmail.com> wrote:
> >
> > > what happen when i want to update a row ? in hbase it's has udpate
> > > conception?
> > >
> >
>

Re: puzzle about hbase row update

Posted by ch huang <ju...@gmail.com>.
the version is for one row for for one cell?



On Tue, Jul 2, 2013 at 4:29 PM, ramkrishna vasudevan <
ramkrishna.s.vasudevan@gmail.com> wrote:

> There are no updates.  It just adds one more version to the existing row.
>  You can try out from the HBase shell.
>
> http://hbase.apache.org/book.html - will give an idea on the design and
> architecture.
>
> Regards
> Ram
>
>
> On Tue, Jul 2, 2013 at 1:56 PM, ch huang <ju...@gmail.com> wrote:
>
> > what happen when i want to update a row ? in hbase it's has udpate
> > conception?
> >
>

Re: puzzle about hbase row update

Posted by ramkrishna vasudevan <ra...@gmail.com>.
There are no updates.  It just adds one more version to the existing row.
 You can try out from the HBase shell.

http://hbase.apache.org/book.html - will give an idea on the design and
architecture.

Regards
Ram


On Tue, Jul 2, 2013 at 1:56 PM, ch huang <ju...@gmail.com> wrote:

> what happen when i want to update a row ? in hbase it's has udpate
> conception?
>