[ https://issues.apache.org/jira/browse/HIVE-25595?focusedWorklogId=663494&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-663494 ]
ASF GitHub Bot logged work on HIVE-25595: ----------------------------------------- Author: ASF GitHub Bot Created on: 11/Oct/21 12:22 Start Date: 11/Oct/21 12:22 Worklog Time Spent: 10m Work Description: lcspinter merged pull request #2702: URL: https://github.com/apache/hive/pull/2702 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 663494) Time Spent: 1h 20m (was: 1h 10m) > 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)