wenxuanguan created SPARK-27774:
-----------------------------------

             Summary: Avoid hardcoded configs
                 Key: SPARK-27774
                 URL: https://issues.apache.org/jira/browse/SPARK-27774
             Project: Spark
          Issue Type: Improvement
          Components: Examples, MLlib, Spark Core
    Affects Versions: 2.4.3
            Reporter: wenxuanguan


I found some hardcoded configs as below:

spark.executor.heartbeatInterval

spark.jars

spark.files

spark.kryoserializer.buffer.max

spark.kryoserializer.buffer

spark.shuffle.file.buffer

spark.submit.deployMode

spark.driver.supervise

spark.driver.cores

spark.cores.max

which should be replaced by declared variable, such as SHUFFLE_FILE_BUFFER_SIZE

 



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