Using Apache HBase to store and access data
Also available as:
PDF
loading table of contents...

Enable BlockCache compression

You can enable BlockCache compression by setting an appropriate value for the cachecompressed property in the hbase-site configuration file.

  1. Set the hbase.block.data.cachecompressed to true in the hbase-site.xml file on each RegionServer.
  2. Restart or perform a rolling restart of your cluster.
  3. Check logs for error messages.