-
How to make sure everything is working and found issues when deploying Spline? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
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
Once you run your job and see that the lineage is creating by console/logging dispatcher, you can assume Agent is working fine. Troubleshooting Arango DB
Troubleshooting Spline Server
If the server is running fine, you can try to send the lineage data from the agent to the server
Now run your job and check that the lineage data appeared in the Arango DB. In case of issues check the logs of the Agent and Server. Troubleshooting Spline UIIf you are sure everything else is working, you can now run the UI
|
Beta Was this translation helpful? Give feedback.
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
console
orlogging
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.Once you run your job and see…