[
https://issues.apache.org/jira/browse/HIVE-20933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vaibhav Gumashta resolved HIVE-20933.
-------------------------------------
Resolution: Duplicate
Adding a check in DDLSemanticAnalyzer.analyzeAlterTableCompact to throw
exception when {{HiveConf.ConfVars.COMPACTOR_CRUD_QUERY_BASED}} is set to true
and minor compaction is run. The patch for HIVE-20699 will have this change.
> Disable minor compactions when using query based compactor
> -----------------------------------------------------------
>
> Key: HIVE-20933
> URL: https://issues.apache.org/jira/browse/HIVE-20933
> Project: Hive
> Issue Type: Sub-task
> Components: Transactions
> Affects Versions: 3.1.1
> Reporter: Vaibhav Gumashta
> Assignee: Vaibhav Gumashta
> Priority: Major
>
> HIVE-20699 introduces a new config, which can enable major compaction to be
> run as a HiveQL query, so that it can take advantage of the underlying
> execution engine and not run compaction as an MR job. This is particularly
> useful for cloud deployments. For now, we will disable minor compactions if
> this config flag is enabled. We will work on enabling minor compactions in
> HIVE-20934.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)