GitHub user liancheng opened a pull request:

    https://github.com/apache/spark/pull/9895

    [SPARK-11783][SQL] Fixes execution Hive client when using remote Hive 
metastore

    When using remote Hive metastore, `hive.metastore.uris` is set to the 
metastore URI.  However, it overrides `javax.jdo.option.ConnectionURL` 
unexpectedly, thus the execution Hive client connects to the actual remote Hive 
metastore instead of the Derby metastore created in the temporary directory.  
Cleaning this configuration for the execution Hive client fixes this issue.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/liancheng/spark 
spark-11783.clean-remote-metastore-config

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/9895.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 #9895
    
----
commit 560ca287291210b868d27a556a5cdfdc43697f28
Author: Cheng Lian <[email protected]>
Date:   2015-11-22T16:37:21Z

    Fixes SPARK-11783

----


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

Reply via email to