I set hive.compactor.initiator.on = true, hive.compactor.worker.threads = 1 and restarted Hive. I then updated it a bunch more times and it still hasn’t compacted.
I then tried this:
hive> alter table update_test compact ‘MINOR';
Compaction enqueued.
OK
and waited a day and nothing. Should I try MAJOR?