[
https://issues.apache.org/jira/browse/HIVE-25595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17427095#comment-17427095
]
László Pintér commented on HIVE-25595:
--------------------------------------
Merged into master. Thanks, [~dkuzmenko] for the review!
> 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
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> 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)