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

Reynold Xin updated SPARK-17720:
--------------------------------
    Description: 
Spark SQL has two kinds of configuration parameters: dynamic configs and static 
configs. Dynamic configs can be modified after Spark SQL is launched (after 
SparkSession is setup), whereas static configs are immutable once the service 
starts.

It would be useful to have this separation and tell users if the user tries to 
set a static config after the service starts.

> Static configurations in SQL
> ----------------------------
>
>                 Key: SPARK-17720
>                 URL: https://issues.apache.org/jira/browse/SPARK-17720
>             Project: Spark
>          Issue Type: New Feature
>          Components: SQL
>            Reporter: Wenchen Fan
>            Assignee: Wenchen Fan
>
> Spark SQL has two kinds of configuration parameters: dynamic configs and 
> static configs. Dynamic configs can be modified after Spark SQL is launched 
> (after SparkSession is setup), whereas static configs are immutable once the 
> service starts.
> It would be useful to have this separation and tell users if the user tries 
> to set a static config after the service starts.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to