Details
Description
Currently the are a few options that determine when automatic compaction is triggered. They are specified once for the warehouse.
This doesn't make sense - some table may be more important and need to be compacted more often.
We should allow specifying these on per table basis.
Also, compaction is an MR job launched from within the metastore. There is currently no way to control job parameters (like memory, for example) except to specify it in hive-site.xml for metastore which means they are site wide.
Should add a way to specify these per table (perhaps even per compaction if launched via ALTER TABLE)
Attachments
Attachments
Issue Links
- is blocked by
-
HIVE-13395 Lost Update problem in ACID
- Closed
- is broken by
-
HIVE-18460 Compactor doesn't pass Table properties to the Orc writer
- Resolved
- is related to
-
HIVE-13972 Resolve class dependency issue introduced by HIVE-13354
- Closed