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

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

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

Apache Spark reassigned SPARK-27184:
------------------------------------

    Assignee: Apache Spark

> 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: Apache Spark
>            Priority: Minor
>
> 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