sunchao commented on a change in pull request #31203:
URL: https://github.com/apache/spark/pull/31203#discussion_r564908693
##########
File path:
sql/hive/src/main/scala/org/apache/spark/sql/hive/client/IsolatedClientLoader.scala
##########
@@ -123,22 +130,14 @@ private[hive] object IsolatedClientLoader extends Logging
{
.map(a => s"org.apache.hive:$a:${version.fullVersion}") ++
Seq("com.google.guava:guava:14.0.1") ++ hadoopJarNames
- val extraExclusions = if (hadoopVersion.startsWith("3")) {
- // this introduced from lower version of Hive could conflict with jars
in Hadoop 3.2+, so
- // exclude here in favor of the ones in Hadoop 3.2+
- Seq("org.apache.hadoop:hadoop-auth")
- } else {
Review comment:
Yea it's no longer needed. Please see
[here](https://github.com/apache/spark/pull/30701#discussion_r558529521) and
[here](https://github.com/apache/spark/pull/29843/files#r509699879) for the
context.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]