turboFei commented on a change in pull request #1946:
URL: https://github.com/apache/incubator-kyuubi/pull/1946#discussion_r810750609
##########
File path:
kyuubi-hive-jdbc/src/main/java/org/apache/kyuubi/jdbc/hive/KyuubiConnection.java
##########
@@ -78,6 +78,7 @@
public class KyuubiConnection implements java.sql.Connection, KyuubiLoggable {
public static final Logger LOG =
LoggerFactory.getLogger(KyuubiConnection.class.getName());
public static final String BEELINE_MODE_PROPERTY = "BEELINE_MODE";
+ public static final int DEFAULT_ENGINE_LOG_THREAD_TIMEOUT = 10 * 1000;
Review comment:
Just refer:
https://github.com/apache/hive/blob/2d05298f5b4a40b5eb339efcd0701e31b694ccc7/beeline/src/java/org/apache/hive/beeline/Commands.java#L75
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]