László Pintér created HIVE-25595:
------------------------------------
Summary: Custom queue settings is not honoured by compaction
StatsUpdater
Key: HIVE-25595
URL: https://issues.apache.org/jira/browse/HIVE-25595
Project: Hive
Issue Type: Bug
Reporter: László Pintér
Assignee: László Pintér
In case of MR based compaction it is possible configure in which queue to start
the compaction job. This is achieved either by providing one of the following:
* Setting hive global conf param hive.compactor.job.queue
* Providing a tbl level param with the name compactor.mapred.job.queue.name
* Running a manual compaction with additional properties
{code:sql}
ALTER TABLE acid_table COMPACT 'major' WITH
TBLPROPERTIES('compactor.mapred.job.queue.name'='some_queue')
{code}
When running the stat updater query as part of the compaction process, these
settings are not honoured, and the query is always assigned to the default
queue.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)