
Explanation:
The correct solution is to implement a retry policy for the task. This feature is particularly useful when using spot instances, as it allows for automatic retries of failed tasks, addressing common issues like failed executors or drivers.
Ultimate access to all questions.
To enhance job stability when using spot instances, which feature in Jobs/Tasks can be utilized to mitigate random failures?
A
Utilize the Databricks REST API for monitoring and restarting the job
B
Monitor and restart the job through the Jobs runs, active runs UI section
C
Incorporate a second task with a conditional check to rerun the initial task upon failure
D
Restart the job cluster to automatically restart the job
E
Implement a retry policy for the task
No comments yet.