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 <[email protected]> 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
>