Skip to content

HOW TO: Troubleshooting Spline deployment #1225

Answered by cerveada
cerveada asked this question in Q&A
Discussion options

You must be logged in to vote

Minimal spline deployment consists of Spline Agent, Spline Server, Arango DB and Spline UI. The lineage data flow from the agent direction, so it makes sense to start there.

Troubleshooting Spline Agent

  • Make sure you use the correct Agent bundle for Spark and Scala you use.
  • Use the latest version of Agent available, that is the version that has most bugs fixed
  • To test Agent in isolation, you can use console or logging dispatcher (see: https://github.com/AbsaOSS/spline-spark-agent#lineage-dispatchers). Run your spark job and watch the logs to see if the Agent is generating a lineage data there.
  • Remember that Agent produces the lineage only when write occurs.

Once you run your job and see…

Replies: 1 comment

Comment options

cerveada
May 10, 2023
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by cerveada
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant