
Explanation:
Option B is the correct approach as it directly addresses the root cause of the error by verifying and correcting the file permissions.
Ultimate access to all questions.
No comments yet.
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.