Wenchen Fan created SPARK-22709:
-----------------------------------

             Summary: move config related infrastructure from Spark Core to a 
new module
                 Key: SPARK-22709
                 URL: https://issues.apache.org/jira/browse/SPARK-22709
             Project: Spark
          Issue Type: Improvement
          Components: Spark Core
    Affects Versions: 2.3.0
            Reporter: Wenchen Fan


Nowadays the config related infrastructure is in the Spark Core module, and we 
use this infrastructure to centralize Spark configs, e.g. the 
`org.apache.spark.internal.config`, the SQLConf, etc.

However, for modules that don't depend on Core, like the network module, we 
don't have this infrastructure and the configs are scattered in the code base.

We should move the config infrastructure to a new module: spark-configs, so 
that all other modules can use this infrastructure to centralize their configs.



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