[ https://issues.apache.org/jira/browse/SPARK-27184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Hyukjin Kwon reassigned SPARK-27184: ------------------------------------ Assignee: hehuiyuan > Replace "spark.jars" & "spark.files" with the variables of JARS & FILES in > config object > ---------------------------------------------------------------------------------------- > > Key: SPARK-27184 > URL: https://issues.apache.org/jira/browse/SPARK-27184 > Project: Spark > Issue Type: Improvement > Components: Spark Core > Affects Versions: 3.0.0 > Reporter: hehuiyuan > Assignee: hehuiyuan > Priority: Minor > > In the org.apache.spark.internal.config,we define the variables of FILES and > JARS,we can use them instead of "spark.jars" and "spark.files". > private[spark] val JARS = ConfigBuilder("spark.jars") > .stringConf > .toSequence > .createWithDefault(Nil) > private[spark] val FILES = ConfigBuilder("spark.files") > .stringConf > .toSequence > .createWithDefault(Nil) > > > -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org