pan3793 commented on code in PR #54002:
URL: https://github.com/apache/spark/pull/54002#discussion_r2730766929


##########
common/utils-java/src/main/resources/org/apache/spark/log4j2-defaults.properties:
##########
@@ -41,12 +41,12 @@ logger.repl2.level = info
 logger.repl.name = org.apache.spark.repl.Main
 logger.repl.level = warn
 
-# SPARK-9183: Settings to avoid annoying messages when looking up nonexistent 
UDFs
-# in SparkSQL with Hive support
+# SPARK-9183, SPARK-55237: Settings to avoid annoying messages when looking up
+# nonexistent DBs/UDFs in spark-sql with Hive support
 logger.metastore.name = org.apache.hadoop.hive.metastore.RetryingHMSHandler
 logger.metastore.level = fatal
-logger.hive_functionregistry.name = 
org.apache.hadoop.hive.ql.exec.FunctionRegistry

Review Comment:
   Remove it because Spark won't call Hive's FunctionRegistry after 
SPARK-51466, this is guarded by Spark CI, accident call will cause 
ClassNotFound issues.



-- 
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]

Reply via email to