You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Yi Tian (JIRA)" <ji...@apache.org> on 2015/06/23 05:04:00 UTC

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

Yi Tian created SPARK-8552:
------------------------------

             Summary: Using incorrect database in multiple sessions
                 Key: SPARK-8552
                 URL: https://issues.apache.org/jira/browse/SPARK-8552
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 1.4.0
            Reporter: Yi Tian
            Priority: Blocker


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