Skip to content

How to set the parameter hbase.client.keyvalue.maxsize to increase entry size ? #102

@ZuxiangWu

Description

@ZuxiangWu

RT
Is there a hbase-site.xml file so that I can change the property like below:

hbase.client.keyvalue.maxsize
20971520

Or is there a configuration object like that in Java to change this parameter ?

Configuration conf = HBaseConfiguration.create();
conf.set("hbase.client.keyvalue.maxsize","20971520");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions