I tried using spline to track the lineage in spark using both ways specified here But both of them failed with same error
ERROR QueryExecutionEventHandlerFactory: Spline Initialization Failed! Spark lineage tracking is disabled Spark Agent was not able to establish connection with spline gateway
CausedBy: java.net.connectException: Connection Refused
I am able to see the UI at port 8080
, 9090
and also arangoDB is up and running.
But no lineage is displayed.
I have tried pyspark as well as spark-shell but no luck. Any help is appreciated.