Hello, I tried to change hbase.hregion.memstore.flush.size for a table but it didn't work. (just wanted to see if I can set different memstore size for each table) create 't1', {NAME => 'cf', CONFIGURATION => {'hbase.hregion.memstore.flush.size' => '1048576'}}
What can I set with CONFIGURATION? Any document listing it? TIA.