deniskuzZ commented on code in PR #5520:
URL: https://github.com/apache/hive/pull/5520#discussion_r1823239643
##########
common/src/java/org/apache/hadoop/hive/conf/HiveConf.java:
##########
@@ -4117,7 +4117,7 @@ public static enum ConfVars {
"${system:java.io.tmpdir}" + File.separator + "${system:user.name}" +
File.separator +
"operation_logs",
"Top level directory where operation logs are stored if logging
functionality is enabled"),
-
HIVE_SERVER2_LOGGING_OPERATION_LEVEL("hive.server2.logging.operation.level",
"EXECUTION",
+
HIVE_SERVER2_LOGGING_OPERATION_LEVEL("hive.server2.logging.operation.level",
"NONE",
Review Comment:
@difin, are we disabling it for the JDBC connections?
--
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]