[
https://issues.apache.org/jira/browse/HIVE-17241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16124271#comment-16124271
]
ASF GitHub Bot commented on HIVE-17241:
---------------------------------------
GitHub user alanfgates opened a pull request:
https://github.com/apache/hive/pull/228
HIVE-17241 Removed shims from metastore. For HDFS and getPassword I just
access…
… those operations directly. I copied all of the HadoopThriftAuthBridge
stuff over from Hive common.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/alanfgates/hive hive17241
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/hive/pull/228.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 #228
----
----
> Change metastore classes to not use the shims
> ---------------------------------------------
>
> Key: HIVE-17241
> URL: https://issues.apache.org/jira/browse/HIVE-17241
> Project: Hive
> Issue Type: Sub-task
> Components: Metastore
> Reporter: Alan Gates
> Assignee: Alan Gates
>
> As part of moving the metastore into a standalone package, it will no longer
> have access to the shims. This means we need to either copy them or access
> the underlying Hadoop operations directly.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)