You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Dongjoon Hyun (Jira)" <ji...@apache.org> on 2020/03/16 22:52:07 UTC

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

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

Dongjoon Hyun updated SPARK-27520:
----------------------------------
    Affects Version/s:     (was: 3.0.0)
                       3.1.0

> 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.1.0
>            Reporter: Xingbo Jiang
>            Priority: Major
>
> 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
(v8.3.4#803005)

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