You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Michael Armbrust (JIRA)" <ji...@apache.org> on 2015/07/28 20:51:04 UTC

[jira] [Updated] (SPARK-8552) Using incorrect database in multiple sessions

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

Michael Armbrust updated SPARK-8552:
------------------------------------
    Parent Issue: SPARK-9410  (was: SPARK-8131)

> Using incorrect database in multiple sessions
> ---------------------------------------------
>
>                 Key: SPARK-8552
>                 URL: https://issues.apache.org/jira/browse/SPARK-8552
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 1.4.0
>            Reporter: Yi Tian
>            Priority: Critical
>
> To reproduce this problem:
> * 1. start thrift server
> {quote}
> sbin/start-thriftserver.sh
> {quote}
> * 2. first connection execute "use test"
> {quote}
> bin/beeline -u jdbc:hive2://localhost:10000/default -n any -p any -e "use test"
> {quote}
> * 3. second connection execute "show tables"
> {quote}
> bin/beeline -u jdbc:hive2://localhost:10000/default -n any -p any -e "show tables"
> {quote}
> * 4. you can find the result is the tables in {{test}} database



--
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