[ https://issues.apache.org/jira/browse/HIVE-22554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Laszlo Pinter updated HIVE-22554: --------------------------------- Attachment: HIVE-22554.01.patch > ACID: Wait timeout for blocking compaction should be configurable > ----------------------------------------------------------------- > > Key: HIVE-22554 > URL: https://issues.apache.org/jira/browse/HIVE-22554 > Project: Hive > Issue Type: Task > Components: Hive > Reporter: Laszlo Pinter > Assignee: Laszlo Pinter > Priority: Minor > Attachments: HIVE-22554.01.patch > > > The wait timeout for blocking compaction is hardcoded to 5 minutes. > {code:java} > public class AlterTableCompactOperation extends > DDLOperation<AlterTableCompactDesc> { > private static final int FIVE_MINUTES_IN_MILLIES = 5*60*1000; > ... > }{code} > This should be configurable via a Hive Configuration parameter. -- This message was sent by Atlassian Jira (v8.3.4#803005)