You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (JIRA)" <ji...@apache.org> on 2017/10/09 04:41:00 UTC

[jira] [Resolved] (SPARK-22139) Remove the variable which is never used in SparkConf.scala

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

Hyukjin Kwon resolved SPARK-22139.
----------------------------------
    Resolution: Invalid

> Remove the variable which is never used in SparkConf.scala
> ----------------------------------------------------------
>
>                 Key: SPARK-22139
>                 URL: https://issues.apache.org/jira/browse/SPARK-22139
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>    Affects Versions: 2.3.0
>            Reporter: guoxiaolongzte
>            Priority: Trivial
>
> Remove the variable which is never used in SparkConf.scala.
> val executorClasspathKey = "spark.executor.extraClassPath"
> val driverOptsKey = "spark.driver.extraJavaOptions"
> val driverClassPathKey = "spark.driver.extraClassPath"
> val sparkExecutorInstances = "spark.executor.instances"
> They variables are never used. Because the implementation code for the validation rule has been removed in SPARK-17979.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org