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:
We override only on Beeline because as we said Beeline is mostly used by
developers.
It's for other Hive client tools, like Hue.
##########
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:
We override only in Beeline because as we said Beeline is mostly used by
developers.
It's 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: [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]