[
https://issues.apache.org/jira/browse/HIVE-18505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16333411#comment-16333411
]
ASF GitHub Bot commented on HIVE-18505:
---------------------------------------
GitHub user chandulal opened a pull request:
https://github.com/apache/hive/pull/293
HIVE-18505 : Adding prepDb method that accept hive configs from outside
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chandulal/apache-hive master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/hive/pull/293.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 #293
----
commit 08d8de29831c9bea975107d5264894812337803b
Author: Chandu Kavar <chanduk@...>
Date: 2018-01-21T06:20:15Z
HIVE-18505 : Adding prepDb method that accept hive configs from outside
----
> Added external hive configuration to prepDb in TxnDbUtil
> --------------------------------------------------------
>
> Key: HIVE-18505
> URL: https://issues.apache.org/jira/browse/HIVE-18505
> Project: Hive
> Issue Type: Improvement
> Components: Metastore
> Reporter: Chandu Kavar
> Assignee: Chandu Kavar
> Priority: Minor
> Labels: pull-request-available
>
> In Hive Metastore, We have TxtDbUtil.java and it contains few utils required
> for tests.
> There is prepDb() method, it is creating connection and execute some system
> queries in order to prepare db. While creating connection it's create new
> HiveConf object and not taking configs from outside.
> TxtDbUtil.java should also contains prepDb method that can accept external
> hive configs.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)