[
https://issues.apache.org/jira/browse/SPARK-8552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14607910#comment-14607910
]
Apache Spark commented on SPARK-8552:
-------------------------------------
User 'navis' has created a pull request for this issue:
https://github.com/apache/spark/pull/7118
> 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: [email protected]
For additional commands, e-mail: [email protected]