difin commented on code in PR #5520: URL: https://github.com/apache/hive/pull/5520#discussion_r1820871906
########## 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: I overrided only in Beeline because as we said Beeline is mostly used by developers. The change in HiveConf is for other Hive client tools, like Hue. -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org