Not able to see UI lineage log from databricks job. #1027
Unanswered
tariniroutey
asked this question in
Q&A
Replies: 1 comment 2 replies
-
A minor correction - when setting Spline properties through the Spark config they must be prefixed with |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
We have databricks as our compute we want to see the lineage of each job running in databricks .I followed each process mentioned in these below mentioned URL
https://github.com/AbsaOSS/spline-getting-started/tree/main/spline-on-databricks
Configured the databricks cluster instructed in the above URL
spark.conf.set("spark.spline.lineageDispatcher", "http")
log4j-active.txt
spark.conf.set("spark.spline.lineageDispatcher.http.producer.url", "http://*************:8080/producer")
spark.conf.set("spline.mode","REQUIRED")
Deployed these dockers image in separate vm and able to access Rest Gateway and Data lineage web UI also.
Docker URL for the above components : https://github.com/AbsaOSS/spline-getting-started/tree/main/docker
After triggering the job I am not able to see the lineage. Attaching the execution log for reference.
Appreciate your help and guidance.
Thank You.
Beta Was this translation helpful? Give feedback.
All reactions