Hi All
Any input on following issue will be useful.
Regards
Chetan
From: Chetan Kothari
Sent: Monday, August 27, 2018 1:48 PM
To: user@hive.apache.org
Subject: RE: Hook is not getting called on running query from beeline
Hi Zoltan
I changed the configuration to connect to
tting hook and adding jar file, I don’t set above error, query gets
executed but custom hook is not getting called.
Regards
Chetan
-Original Message-
From: Zoltan Haindrich [mailto:k...@rxd.hu]
Sent: Thursday, August 23, 2018 1:14 PM
To: user@hive.apache.org; Chetan Kothari
S
00.2.4.2.0-258 by Apache Hive
Regards
Chetan
-Original Message-
From: Zoltan Haindrich [mailto:k...@rxd.hu]
Sent: Wednesday, August 22, 2018 8:51 PM
To: user@hive.apache.org; Chetan Kothari
Subject: Re: Hook is not getting called on running query from beeline
Hello
I was wonde
eDiscoveryMode=zooKeeper;zooKeeperNamespace=hiveserver2";
--hiveconf hive.exec.post.hooks=
Regards,
Tanvi Thacker
On Tue, Aug 21, 2018 at 9:00 AM Chetan Kothari mailto:chetan.koth...@oracle.com"chetan.koth...@oracle.com> wrote:
Any inputs on following issue will be helpful
Regards
Any inputs on following issue will be helpful
Regards
Chetan
From: Chetan Kothari
Sent: Tuesday, August 21, 2018 6:27 PM
To: user@hive.apache.org
Subject: Hook is not getting called on running query from beeline
Hi
I have written custom PostExecutionHook which implements
Hi
I have written custom PostExecutionHook which implements
org.apache.hadoop.hive.ql.hooks.ExecuteWithHookContext to capture lineage of
hive queries like create table as select etc.
This hook get's called when I run CTAS query o Hive Shell. But it is not
getting called when I run same que