Laszlo Pinter created HIVE-22554:
------------------------------------

             Summary: 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


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)

Reply via email to