You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Xiao Li (JIRA)" <ji...@apache.org> on 2016/12/23 20:57:58 UTC

[jira] [Created] (SPARK-18992) Move spark.sql.hive.thriftServer.singleSession to SQLConf

Xiao Li created SPARK-18992:
-------------------------------

             Summary: Move spark.sql.hive.thriftServer.singleSession to SQLConf
                 Key: SPARK-18992
                 URL: https://issues.apache.org/jira/browse/SPARK-18992
             Project: Spark
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 2.1.0, 2.0.2
            Reporter: Xiao Li
            Assignee: Xiao Li


Since {{spark.sql.hive.thriftServer.singleSession}} is a configuration of SQL component, this conf can be moved from {{SparkConf}} to {{StaticSQLConf}}. 

When we introduced {{spark.sql.hive.thriftServer.singleSession}}, all the SQL configuration can be modified in different sessions. Later, static SQL configuration is added. It is a perfect fit for {{spark.sql.hive.thriftServer.singleSession}}. Previously, we did the same move for {{spark.sql.warehouse.dir}} from {{SparkConf}} to {{StaticSQLConf}}



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

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