Re: How to detect new table creation in hive

2014-05-20 Thread Santhosh Thomas
unil Kumar   From:Santhosh Thomas [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 NotificationList

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 Santhosh Thomas
Thanks Sunil. I am already close to  it. Where did you put the NotificationListener.class?   ~santhosh From: Sunil N Kumar To: "user@hive.apache.org" ; Santhosh Thomas Cc: Raptors Sent: Tuesday, May 20, 2014 2:22 PM Subject: RE: How to detect new table creation in hive H

RE: How to detect new table creation in hive

2014-05-20 Thread Sunil N Kumar
partition is added * Notification when a set of partitions is added From: Santhosh Thomas [mailto:santhosh.tho...@yahoo.com] Sent: Tuesday, May 20, 2014 1:16 PM To: user@hive.apache.org Subject: How to detect new table creation in hive Hello I am writing an application that detects new table

How to detect new table creation in hive

2014-05-20 Thread Santhosh Thomas
Hello I am writing an application that detects new table creation in  hive. I came across attribute ' hive.metastore.event.listeners' in hive-default.xml, but could not find any usage samples. The API docs also does not describe much. Can someone please help? Is there a better way to detect n