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