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

[jira] [Created] (SPARK-27520) Introduce a global config system to replace hadoopConfiguration

Xingbo Jiang created SPARK-27520:
------------------------------------

             Summary: Introduce a global config system to replace hadoopConfiguration
                 Key: SPARK-27520
                 URL: https://issues.apache.org/jira/browse/SPARK-27520
             Project: Spark
          Issue Type: Improvement
          Components: Spark Core
    Affects Versions: 3.0.0
            Reporter: Xingbo Jiang


hadoopConf can be accessed via `SparkContext.hadoopConfiguration` from both user code and Spark internal. The configuration is mainly used to read files from hadoop-supported file system(eg. get URI/get FileSystem/add security credentials/get metastore connect url/etc.)
We shall keep a global config that users can set and use that to track the hadoop configurations, and avoid using `SparkContext.hadoopConfiguration`, maybe we shall mark it as deprecate.



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