GitHub user ericl opened a pull request:

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

    [SPARK-6749] [SQL] Make metastore client robust to underlying socket 
connection loss

    This works around a bug in the underlying RetryingMetaStoreClient 
(HIVE-10384) by refreshing the metastore client on thrift exceptions. We 
attempt to emulate the proper hive behavior by retrying only as configured by 
hiveconf.

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

    $ git pull https://github.com/ericl/spark spark-6749

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

    https://github.com/apache/spark/pull/6912.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 #6912
    
----
commit 7c8ee1691e76545dab5cfe9101e3ecf290117818
Author: Eric Liang <[email protected]>
Date:   2015-06-19T23:50:57Z

    Work around RetryingMetaStoreClient bug

----


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