viirya commented on a change in pull request #34895:
URL: https://github.com/apache/spark/pull/34895#discussion_r771561372
##########
File path:
sql/hive/src/test/scala/org/apache/spark/sql/hive/security/HiveHadoopDelegationTokenManagerSuite.scala
##########
@@ -52,7 +52,7 @@ class HiveHadoopDelegationTokenManagerSuite extends
SparkFunSuite {
throw new ClassNotFoundException(name)
}
- val prefixExcludeList = Seq("java", "scala", "com.sun.", "sun.")
+ val prefixExcludeList = Seq("java", "scala", "com.sun.", "sun.",
"jdk.")
Review comment:
Note: Log4j2 uses reflection in PatternParser constructor. On JDK11, it
will cause `java.lang.IllegalAccessError` here when it accesses
`jdk.internal.reflect.MagicAccessorImpl`.
--
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]