lineage can not effective #5429
Answered
by
wForget
davidyuan1223
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
wForget
Oct 17, 2023
Replies: 1 comment 1 reply
-
The spark lineage plugin sends lineage events to spark event bus by default, without logging them. You need to implement EventListener to handle it or use kyuubi event system. See more: https://kyuubi.readthedocs.io/en/master/extensions/engines/spark/lineage.html#get-lineage-events |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
davidyuan1223
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The spark lineage plugin sends lineage events to spark event bus by default, without logging them. You need to implement EventListener to handle it or use kyuubi event system. See more: https://kyuubi.readthedocs.io/en/master/extensions/engines/spark/lineage.html#get-lineage-events