GitHub user navis opened a pull request:
https://github.com/apache/spark/pull/7118
[SPARK-8552] [THRIFTSERVER] Using incorrect database in multiple sessions
Currently, metaHive in HiveContext shares single SessionState instance with
all execution threads, which makes problems especially with "use" command. I've
also went into this problem and spent hard time to know what has happened. This
is just first try and need more tests.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/navis/spark SPARK-8552
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/7118.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #7118
----
commit d13b8e2ef7e74ddd5e7bd36aca06e74e1e6bb641
Author: navis.ryu <[email protected]>
Date: 2015-06-25T03:38:51Z
[SPARK-8552] [THRIFTSERVER] Using incorrect database in multiple sessions
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]