How to stop continuous running streaming job over weekend
I have an continuous running streaming Job, I would like to stop this over weekend and start again on Monday. Here is my streaming job code.(spark.readStream.format("delta").load(input_path).writeStream.option("checkpointLocation", input_checkpoint_p...
- 8016 Views
- 8 replies
- 3 kudos
Latest Reply
@sanjay Any luck on that, I am also looking for the solution for the same issue
- 3 kudos