GitHub user vkorukanti opened a pull request:
https://github.com/apache/drill/pull/329
DRILL-4256: Create HiveConf per HiveStoragePlugin and reuse it wherevâ¦
â¦er needed.
Creating new instances of HiveConf() are very costly, we should avoid
creating new ones as much as possible.
Also get rid of hiveConfigOverride and use HiveConf in HiveStoregPlugin
wherever we need the HiveConf.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vkorukanti/drill DRILL-4256
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/329.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 #329
----
commit 3769dada12dafc7cd9209551e96184c968d19f73
Author: vkorukanti <[email protected]>
Date: 2016-01-11T23:01:02Z
DRILL-4256: Create HiveConf per HiveStoragePlugin and reuse it wherever
needed.
Creating new instances of HiveConf() are very costly, we should avoid
creating new ones as much as possible.
Also get rid of hiveConfigOverride and use HiveConf in HiveStoregPlugin
wherever we need the HiveConf.
----
---
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.
---