
Ultimate access to all questions.
You are managing a Databricks cluster that uses the Databricks Runtime for Machine Learning. The cluster is used by multiple teams, each with their own set of required Python libraries. Describe the strategy you would use to manage the installation of these libraries on the cluster, ensuring that each team has access to the libraries they need without causing conflicts.
A
Install all requested libraries globally on the cluster, without considering potential conflicts.
B
Create isolated environments for each team within the cluster, each with its own set of libraries.
C
Ask each team to install their required libraries in their individual notebook sessions.
D
Install the most commonly used libraries globally and ask teams to install less common libraries in their notebook sessions.