diff --git a/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java b/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java index 16d54c6..4763cb9 100644 --- a/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java +++ b/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java @@ -795,7 +795,7 @@ // Number of async threads HIVE_SERVER2_ASYNC_EXEC_THREADS("hive.server2.async.exec.threads", 100), // Number of seconds HiveServer2 shutdown will wait for async threads to terminate - HIVE_SERVER2_ASYNC_EXEC_SHUTDOWN_TIMEOUT("hive.server2.async.exec.shutdown.timeout", 10L), + HIVE_SERVER2_ASYNC_EXEC_SHUTDOWN_TIMEOUT("hive.server2.async.exec.shutdown.timeout", 10), // Size of the wait queue for async thread pool in HiveServer2. // After hitting this limit, the async thread pool will reject new requests. HIVE_SERVER2_ASYNC_EXEC_WAIT_QUEUE_SIZE("hive.server2.async.exec.wait.queue.size", 100),