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 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 query from beeline or programmatically using JDBC Code. Any inputs on why hook is not getting called when I run query from beeline or programmatically using JDBC Code. Regards Chetan