[ 
https://issues.apache.org/jira/browse/SPARK-27184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hyukjin Kwon resolved SPARK-27184.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 3.0.0

Issue resolved by pull request 24123
[https://github.com/apache/spark/pull/24123]

> 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
>             Fix For: 3.0.0
>
>
> 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

Reply via email to