
Ultimate access to all questions.
What is hosted completely in the control plane of the classic Databricks architecture?
A
Worker node
B
Databricks web application
C
Driver node
D
Databricks Filesystem
Explanation:
In the classic Databricks architecture, the control plane hosts the Databricks web application, which is the management interface for users to interact with Databricks. The control plane manages workspace configuration, user authentication, job scheduling, and cluster management. Worker nodes and driver nodes are part of the data plane (also called the compute plane), which runs in customer's cloud account. The Databricks Filesystem (DBFS) is also part of the data plane as it stores data in the customer's cloud storage.
Key points: