You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Hive QA (JIRA)" <ji...@apache.org> on 2014/12/20 05:47:13 UTC

[jira] [Commented] (HIVE-9174) Enable queuing of HCatalog notification events in metastore DB

    [ https://issues.apache.org/jira/browse/HIVE-9174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14254512#comment-14254512 ] 

Hive QA commented on HIVE-9174:
-------------------------------



{color:red}Overall{color}: -1 at least one tests failed

Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12688476/HIVE-9174.patch

{color:red}ERROR:{color} -1 due to 3 failed/errored test(s), 6727 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_nonmr_fetch
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_virtual_column
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_optimize_nullscan
{noformat}

Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2150/testReport
Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2150/console
Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-2150/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 3 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12688476 - PreCommit-HIVE-TRUNK-Build

> 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
>         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)