I've to disable automatic major compaction in HBase by setting hbase.hregion.majorcompaction to 0 and have to schedule it manually for all tables in HBase using a cron job.
There are many HBase system tables like System.Catalog etc. Do I need to schedule it manually for these system tables too?