You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Keith Lim <Ke...@ds-iq.com> on 2016/01/05 01:34:20 UTC

What is the max size of row value?

I am using an c# API to write to HBASE, is there a max value for row value?
It seems to be able to insert a max blob size of 999974 bytes and I am wondering if this is configurable somewhere?
Is there a default size setting for the row value in HBASE?

Thanks,
Keith

Re: What is the max size of row value?

Posted by Ted Yu <yu...@gmail.com>.
See the following in hbase-default.xml :

  <property>
    <name>hbase.client.keyvalue.maxsize</name>
    <value>10485760</value>
    <description>Specifies the combined maximum allowed size of a KeyValue
    instance.

FYI

On Mon, Jan 4, 2016 at 4:34 PM, Keith Lim <Ke...@ds-iq.com> wrote:

> I am using an c# API to write to HBASE, is there a max value for row value?
> It seems to be able to insert a max blob size of 999974 bytes and I am
> wondering if this is configurable somewhere?
> Is there a default size setting for the row value in HBASE?
>
> Thanks,
> Keith
>