tgravescs commented on a change in pull request #32746:
URL: https://github.com/apache/spark/pull/32746#discussion_r645153785



##########
File path: core/src/main/scala/org/apache/spark/util/DependencyUtils.scala
##########
@@ -39,11 +40,11 @@ private[spark] object DependencyUtils extends Logging {
 
   def getIvyProperties(): IvyProperties = {
     val Seq(packagesExclusions, packages, repositories, ivyRepoPath, 
ivySettingsPath) = Seq(
-      "spark.jars.excludes",
-      "spark.jars.packages",
-      "spark.jars.repositories",
-      "spark.jars.ivy",
-      "spark.jars.ivySettings"
+      config.JAR_PACKAGES_EXCLUSIONS.key,

Review comment:
       import config._ and remove the config. part from here




-- 
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]

Reply via email to