
Ultimate access to all questions.
A data engineer attempts to create a Delta table using the CREATE command but encounters an error stating: 'The associated location (dbfs:/user/hive/warehouse/table1) is not empty but it’s not a Delta table.' What action should the engineer take before retrying the CREATE statement?
A
Restart the cluster
B
Detach the notebook from the cluster and reattach it
C
Delete the data location specified in the error (dbfs:/user/hive/warehouse/table1)
D
Switch to a different cluster
E
Wait and re-run the CREATE command later, assuming it's a temporary error