You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Bai Shen <ba...@gmail.com> on 2013/06/05 15:18:52 UTC

Set column value for all rows

I want to set a column to be the same value for all rows from the shell.  I
can do it using put for a single row, but I'm not sure how to do it for all
rows.

How can I accomplish this?

Thanks.

Re: Set column value for all rows

Posted by Ted Yu <yu...@gmail.com>.
Do you expect setting this same value in one transaction ?

There is no such support yet.

Cheers

On Wed, Jun 5, 2013 at 6:18 AM, Bai Shen <ba...@gmail.com> wrote:

> I want to set a column to be the same value for all rows from the shell.  I
> can do it using put for a single row, but I'm not sure how to do it for all
> rows.
>
> How can I accomplish this?
>
> Thanks.
>