RE: How to detect new table creation in hive

2014-05-20 Thread Sunil N Kumar
[mailto:santhosh.tho...@yahoo.com] Sent: Tuesday, May 20, 2014 2:43 PM To: Sunil N Kumar; user@hive.apache.org Cc: Raptors Subject: Re: How to detect new table creation in hive Thanks Sunil. I am already close to it. Where did you put the NotificationListener.class? ~santhosh From: Sunil N Kumar

RE: How to detect new table creation in hive

2014-05-20 Thread Sunil N Kumar
Hi Santhosh, I have used this in the Falcon for creating Hive process to manage Hive tables across multiple Hadoop cluster. Current Hcatalog publish an event to the Message Broker say Active MQ whenever new partition added or deleted in the Hive Metastore. Following setting needs to done at hive

Hcatalog JMS Notification not working

2014-04-24 Thread Sunil N Kumar
Hi, I am trying HCatalog Notification to integrate Hcatalog and Oozie workflow for my exploration and done configuration based on the Wiki page (https://cwiki.apache.org/confluence/display/Hive/HCatalog+Notification ) but nothing coming means no topic getting created in the Active MQ. I am cre