You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by Devendar Rao <de...@gmail.com> on 2019/01/31 11:13:25 UTC

HBase Meta table compaction

Is it recommended to run compaction on meta table to reduce the store file
count? We're seeing ~30K files for the meta table, which is causing 'too
many open files' exception.

1. The options we've is increase the ulimit to 65K
2. Run major compaction on meta table.

TIA
Devendar