HyukjinKwon commented on a change in pull request #30643:
URL: https://github.com/apache/spark/pull/30643#discussion_r556419908
##########
File path: project/SparkBuild.scala
##########
@@ -758,6 +774,15 @@ object Hive {
)
}
+object YARN {
+ lazy val settings = Seq(
+ excludeDependencies --= Seq(
+ ExclusionRule(organization = "com.sun.jersey"),
+ ExclusionRule("javax.servlet", "javax.servlet-api"),
+ ExclusionRule("javax.ws.rs", "jsr311-api"))
Review comment:
If this is for test-only, let's include this only for the test scope.
It's going to introduce another problem with conflicting jars. Can we try to
exclude and include this with test-only scope? If that doesn't work with SBT,
that might be fine since we don't use SBT for official release process. We can
add documentation for clarification.
----------------------------------------------------------------
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]