QuestionQ34
Deploy and maintain data pipelines and workloadsYou have an Azure Databricks workspace.
You have an Apache Spark Structured Streaming job named Job1 that continuously processes data and periodically fails because of transient errors.
You need to ensure that Job1 meets the following requirements:
- Resumes processing from the point at which Job1 failed
- Minimizes the time required to restart Job1
- Minimizes the cost of restarting Job1
What should you do?
- A Decrease the retry interval.
- B Increase the minimum number of nodes in the cluster.
- C Add an alert and manually restart Job1.
- D Implement checkpointing.
Community Discussion