Spark Streaming support in spline #768
vishalag001
started this conversation in
General
Replies: 1 comment
-
Hi @wajda Can you share your thoughts on the above approach ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @wajda,
Is there any plan to support streaming applications in spline. I see there are discussions already which points that spline model needs to be reworked.
I have 2 approaches in mind which I needed your feedback:
StreamingQueryListener
and implement the required methods.QueryListener
which will only support forEachBatch based strreaming jobs. Idea is to use a Hashmap in the agent which keeps track ofappId+targetDataSource
. On first batch, plans and event are inserted to Arango and an entry is made to hashmap. But on subsequent calls, the inserts are skipped as hashmap already holds theappid+targetDataSource
. This approach is just a workaround on the batch based solution.Let me know your thoughts and thank you in advance !
Beta Was this translation helpful? Give feedback.
All reactions