[ 
https://issues.apache.org/jira/browse/SPARK-2087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14066964#comment-14066964
 ] 

Michael Armbrust commented on SPARK-2087:
-----------------------------------------

I'm thinking about this more... and really I think we need to do more than just 
have a SQLConf per session.  Ideally we would have a full SQLContext per 
session.  This way users could have their own temporary tables.  However, doing 
that in the naive way would also mean that cached tables would not be shared 
across contexts... So really I think this JIRA needs to be about clean 
multi-user semantics for the thrift server.

> Support SQLConf per session
> ---------------------------
>
>                 Key: SPARK-2087
>                 URL: https://issues.apache.org/jira/browse/SPARK-2087
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>            Reporter: Michael Armbrust
>            Assignee: Zongheng Yang
>            Priority: Minor
>
> For things like the SharkServer we should support configuration per thread 
> instead of globally for a context.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to