[
https://issues.apache.org/jira/browse/HIVE-9174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14269028#comment-14269028
]
Lefty Leverenz commented on HIVE-9174:
--------------------------------------
Doc note: This adds *hive.metastore.event.db.listener.timetolive* to
HiveConf.java, so it needs to be documented in the wiki with metastore
parameters. Queuing of events should be documented in the HCat Notification
doc.
* [Configuration Properties -- MetaStore |
https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties#ConfigurationProperties-MetaStore]
* [HCatalog Notification |
https://cwiki.apache.org/confluence/display/Hive/HCatalog+Notification]
> Enable queuing of HCatalog notification events in metastore DB
> --------------------------------------------------------------
>
> Key: HIVE-9174
> URL: https://issues.apache.org/jira/browse/HIVE-9174
> Project: Hive
> Issue Type: New Feature
> Components: HCatalog, Metastore
> Reporter: Alan Gates
> Assignee: Alan Gates
> Labels: TODOC15
> Fix For: 0.15.0
>
> Attachments: HIVE-9174.patch
>
>
> HCatalog supports notifying listeners of events such as table creation, etc.
> using the MetaStoreEventListener interface. The only non-test implementation
> of this interface today is NotificationListerner, which currently sends
> notifications via JMS. This requires a JMS service to be set up in the
> cluster.
> This JIRA proposes adding a new DbNotificationListener, that will store
> events directly in the metastore, and allow users to access those events via
> HiveMetastoreClient. This avoids the need for a 3rd tool to install and
> manage when listening for events.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)