
Answer-first summary for fast verification
Answer: Increase the timeout setting for the task.
Option B is the correct approach as it directly addresses the root cause of the error by increasing the timeout setting for the task.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You are debugging a failed task in a Databricks job. The logs indicate a 'TimeoutError'. Which of the following actions would you take to resolve this issue?
A
Ignore the error and continue with the next task.
B
Increase the timeout setting for the task.
C
Restart the cluster and rerun the job.
D
Delete the task and create a new one.