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
