You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "László Pintér (Jira)" <ji...@apache.org> on 2021/10/11 12:24:00 UTC

[jira] [Resolved] (HIVE-25595) Custom queue settings is not honoured by compaction StatsUpdater

     [ https://issues.apache.org/jira/browse/HIVE-25595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

László Pintér resolved HIVE-25595.
----------------------------------
    Resolution: Fixed

> 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)