sarutak commented on a change in pull request #33121:
URL: https://github.com/apache/spark/pull/33121#discussion_r660275536
##########
File path: project/SparkBuild.scala
##########
@@ -802,11 +805,29 @@ object Hive {
}
object YARN {
+ val genConfigProperties = TaskKey[Unit]("gen-config-properties",
+ "Generate config.properties which contains a setting whether Hadoop is
provided or not")
+ val propFileName = "config.properties"
+
lazy val settings = Seq(
excludeDependencies --= Seq(
ExclusionRule(organization = "com.sun.jersey"),
ExclusionRule("javax.servlet", "javax.servlet-api"),
- ExclusionRule("javax.ws.rs", "jsr311-api"))
+ ExclusionRule("javax.ws.rs", "jsr311-api")),
+ Compile / unmanagedResources :=
Review comment:
Oh, I was confused because `Seq` is nested... Thanks.
--
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]