You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "hehuiyuan (JIRA)" <ji...@apache.org> on 2019/03/18 07:16:00 UTC

[jira] [Created] (SPARK-27184) Replace "spark.jars" & "spark.files" with the variables of JARS & FILES in config object

hehuiyuan created SPARK-27184:
---------------------------------

             Summary: 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


In the org.apache.spark.internal.object,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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org