Is there a way to watch lineage event for Hive execution? #6705
Unanswered
joint-song
asked this question in
Q&A
Replies: 1 comment
-
Yes, you can do that, you just need to configure hive hook in hive-site.xml and place the hook jar path in hive engine classpath. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There's an
OperationLineageKyuubiEvent
event which contains inputs and outputs, but it's located under kyuubi-spark-lineage package. Is this only available for Spark sql? How can I watch lineage event for Hive sql? Or can I use customized hive hooks in kyuubi server?Beta Was this translation helpful? Give feedback.
All reactions