What is a mandatory component in the payload for creating a new Spark cluster via the Databricks REST API? | Databricks Certified Data Engineer - Professional Quiz - LeetQuiz
Databricks Certified Data Engineer - Professional
Explanation:
spark_version: This specifies the Apache Spark version for the cluster, ensuring compatibility and access to features. 2. autoscale: Enables dynamic adjustment of worker nodes based on workload, optimizing resources and costs. 3. node_type_id: Determines the VM instances for worker nodes, affecting CPU, memory, and performance. All three are essential for tailoring the cluster to specific needs.
Get started today
Ultimate access to all questions.
Comments (0)
No comments yet.
What is a mandatory component in the payload for creating a new Spark cluster via the Databricks REST API?