Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using guava retry logic and adding interal sql based hive table parti… #71

Merged
merged 6 commits into from
Mar 20, 2017

Conversation

zhljen
Copy link
Contributor

@zhljen zhljen commented Mar 18, 2017

No description provided.

if (!useLocalMetastore) {
client = createThriftClient();
if (configuration.containsKey(HiveConfigConstants.USE_FASTHIVE_SERVICE)) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to expose this as a configuration?

* @throws TException
* @throws ConnectorException
*/
private <V> V retryExec(final String functionName,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should not be building the retryer for every call.

@zhljen zhljen merged commit 6ee38cd into Netflix:canonical-types Mar 20, 2017
ajoymajumdar pushed a commit that referenced this pull request May 11, 2017
#71)

* using guava retry logic and adding interal sql based hive table partition services

* fixing the functionalTest failure

* fixing the style check

* changing functionalTest to use hive fast service

* changing to use existing embeded hive metastore impl

* using hivefastservice in functionalTest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants