You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Oleg Ruchovets <or...@gmail.com> on 2011/03/21 12:49:44 UTC

hbase bulk loading and update operations

Hi ,

  Assuming ,   I inserted data to the hbase using bulk loading.
What is the way to update inserted records which had been inserted by bulk
loading?
Does bulk loading support update functionality or  should I use another
approach?

Thanks in advance
Oleg.

Re: hbase bulk loading and update operations

Posted by Suraj Varma <sv...@gmail.com>.
Yes, it supports incremental updates as well (with 0.90.x).
See this: https://issues.apache.org/jira/browse/HBASE-1923

--Suraj

On Mon, Mar 21, 2011 at 4:49 AM, Oleg Ruchovets <or...@gmail.com> wrote:
> Hi ,
>
>  Assuming ,   I inserted data to the hbase using bulk loading.
> What is the way to update inserted records which had been inserted by bulk
> loading?
> Does bulk loading support update functionality or  should I use another
> approach?
>
> Thanks in advance
> Oleg.
>