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

Michael Armbrust resolved SPARK-10416.
--------------------------------------
    Resolution: Duplicate

> Thrift Server cannot do isolation for different users
> -----------------------------------------------------
>
>                 Key: SPARK-10416
>                 URL: https://issues.apache.org/jira/browse/SPARK-10416
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 1.4.0, 1.4.1
>            Reporter: Tao Wang
>            Priority: Critical
>
> If multiple users connect to Thrift Server, one user's operation will effect 
> another client. 
> Steps to reproduce:
> 1. launch Thrift Server
> 2. user A connect Thrift Server using beeline
> 3. user A create a new database DB1, and create TB1 in DB1. Then execute cmd 
> "use DB1"
> 4. user B connect Thrift Server using beeline, and will get "TB1" when 
> execute cmd "show tables"
> 5. user A execute cmd "use default"
> 6. user B will get an empty list when execute cmd "show tables"



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to