deniskuzZ commented on code in PR #5613:
URL: https://github.com/apache/hive/pull/5613#discussion_r1923510248
##########
common/src/java/org/apache/hadoop/hive/conf/HiveConf.java:
##########
@@ -5734,6 +5734,26 @@ public static enum ConfVars {
+ "a background update happens periodically to report the actual
state of the query"),
HIVE_SCHEDULED_QUERIES_CREATE_AS_ENABLED("hive.scheduled.queries.create.as.enabled",
true,
"This option sets the default behaviour of newly created scheduled
queries."),
+ HIVE_QUERY_HISTORY_SERVICE_ENABLED("hive.query.history.service.enabled",
true,
Review Comment:
I don't think it should be enabled by default as it affects the query
performance (`hive.query.history.service.explain.plan` requires additional
processing)
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]