You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Tao Wang (JIRA)" <ji...@apache.org> on 2015/09/02 11:10:45 UTC

[jira] [Commented] (SPARK-10416) Thrift Server cannot do isolation for different users

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

Tao Wang commented on SPARK-10416:
----------------------------------

BTW the build command is "mvn -Pbigtop-dist  -Phive-thriftserver -Phive -Pyarn -Phadoop-2.4 -Dhadoop.version=2.6.0 -DskipTests clean  package"

> 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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org