[
https://issues.apache.org/jira/browse/HIVE-17167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16103657#comment-16103657
]
ASF GitHub Bot commented on HIVE-17167:
---------------------------------------
GitHub user alanfgates opened a pull request:
https://github.com/apache/hive/pull/211
HIVE-17167 Create metastore specific configuration tool
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/alanfgates/hive hive17167
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/hive/pull/211.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 #211
----
----
> Create metastore specific configuration tool
> --------------------------------------------
>
> Key: HIVE-17167
> URL: https://issues.apache.org/jira/browse/HIVE-17167
> Project: Hive
> Issue Type: Sub-task
> Components: Metastore
> Reporter: Alan Gates
> Assignee: Alan Gates
>
> As part of making the metastore a separately releasable module we need
> configuration tools that are specific to that module. It cannot use or
> extend HiveConf as that is in hive common. But it must take a HiveConf
> object and be able to operate on it.
> The best way to achieve this is using Hadoop's Configuration object (which
> HiveConf extends) together with enums and static methods.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)