[
https://issues.apache.org/jira/browse/HIVE-17812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16227371#comment-16227371
]
Alan Gates commented on HIVE-17812:
-----------------------------------
Yes and no. To do that I'll have to move HiveMetaStore along with this patch.
That's fine, as I'll have to move it anyway.
But that patch will include changes to HMSHandler that will also be backward
incompatible. The getHiveConf method will be removed and replaced by getConf.
This can't be avoided because HMSHandler will no longer have a HiveConf object
to return and can't even reference HiveConf since standalone-metastore doesn't
depend on common. So, we're just kicking the can down the road. I suspect all
listeners will be broken without a shim layer whichever way we go.
> Move remaining classes that HiveMetaStore depends on
> -----------------------------------------------------
>
> Key: HIVE-17812
> URL: https://issues.apache.org/jira/browse/HIVE-17812
> Project: Hive
> Issue Type: Sub-task
> Components: Metastore
> Reporter: Alan Gates
> Assignee: Alan Gates
> Labels: pull-request-available
> Attachments: HIVE-17812.2.patch, HIVE-17812.3.patch, HIVE-17812.patch
>
>
> There are several remaining pieces that need moved before we can move
> HiveMetaStore itself. These include NotificationListener and
> implementations, Events, AlterHandler, and a few other miscellaneous pieces.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)