dongjoon-hyun commented on a change in pull request #35075:
URL: https://github.com/apache/spark/pull/35075#discussion_r777044811
##########
File path: sql/hive/src/test/scala/org/apache/spark/sql/hive/test/TestHive.scala
##########
@@ -535,10 +535,12 @@ private[hive] class TestHiveSparkSession(
def reset(): Unit = {
try {
// HACK: Hive is too noisy by default.
- org.apache.log4j.LogManager.getCurrentLoggers.asScala.foreach { log =>
- val logger = log.asInstanceOf[org.apache.log4j.Logger]
+ org.apache.logging.log4j.LogManager.getContext(false)
Review comment:
Hive tests seem to fail consistently on this PR. Do you think this is
relevant, @viirya ?
BTW, is the following PR relevant to this, too?
- https://github.com/apache/spark/pull/35080
--
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]