Tao Wang created SPARK-10416:
--------------------------------
Summary: 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.1, 1.4.0
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]