guoxiaolongzte created SPARK-22139:
--------------------------------------

             Summary: 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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to