Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
A data engineer needs to unmount a mount point located at /mnt/mountPoint1 in Databricks. Which command should they use?
/mnt/mountPoint1
A
dbutils.widgets("/mnt/mountPoint1")
B
dbutils.unmount("/mnt/mountPoint1")
C
dbutils.fs.unmount("/mnt/mountPoint1")
D
dbutils.mount.unmount("/mnt/mountPoint1")
E
dbutils.remove_mount("/mnt/mountPoint1")