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");