Replies: 1 comment 2 replies
-
You can take a look how it is done in this repository: https://github.com/AbsaOSS/spline-openlineage Here is docker compose: You don't need the open-lineage integration part (rest-proxy and aggregator), but the rest is just whole spline with Kafka. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Alex
I have a project to read lineage data of spline from spark databricks jobs to kafka
From what I saw on the https://absaoss.github.io/spline/
There Is an ability to connect the spine to kafka -
So I created a yml file to up the containers of spline_ui_, spline_spline-kafka, spline_rest , spline_arangodb
See attached yml
Her is the result of docker ps
I also create 2 containers of zookeeper and broker of kafka (kafka-compose.yml)
On Databricks cluster I put on advanced settings:
On notebook I put on the first rows:
I run the notebook- it finishes successfully but – the topic contains no messages
On logs of spline Kafka container I get
What else should I check in order to make it work?
Please advise
docker-compose.txt
kafka-compose.txt
Beta Was this translation helpful? Give feedback.
All reactions