Disable compaction
You can disable automatic compaction of a Apache Hive table by setting a parameter.
- Navigate to the location of hive-site.xml and open the file in a text editor.
- Set the NO_AUTO_COMPACTION to true.
You can disable automatic compaction of a Apache Hive table by setting a parameter.