
Answer-first summary for fast verification
Answer: Terminating a cluster releases the compute resources but retains the data in attached storage, allowing for data persistence.
When a cluster is terminated in Databricks, the compute resources are released, meaning the virtual machines or instances that were running are stopped. However, the data stored in Databricks-managed storage or attached storage (like DBFS or mounted storage from cloud providers) is not deleted. This ensures data persistence for future use or analysis. Any temporary data stored in the cluster‘s local storage is lost.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
What happens when you terminate a cluster in Databricks?
A
Terminating a cluster removes all user access permissions and configurations permanently.
B
Terminating a cluster releases the compute resources but retains the data in attached storage, allowing for data persistence.
C
Terminating a cluster permanently deletes all data stored in the cluster‘s associated storage.
D
Terminating a cluster automatically archives all its notebooks and configurations for future restoration.
No comments yet.