Databricks · Arazzo Workflow
Databricks Provision Cluster and Wait Until Running
Version 1.0.0
Create a Spark cluster and poll its state until it reaches RUNNING.
View Spec
View on GitHub
AIAnalyticsApache SparkBig DataClean RoomsCloud ComputingDataData AnalyticsData EngineeringData GovernanceDelta LakeDelta SharingETLIdentity ManagementLakehouseMachine LearningMLflowModel ServingSecuritySQLUnity CatalogVector SearchVisualizeArazzoWorkflows
Provider
Workflows
provision-cluster
Create a cluster and wait until it is RUNNING.
Submits a cluster creation request and then repeatedly reads the cluster status until the life cycle state becomes RUNNING, branching back to the poll step while the cluster is still PENDING.
1
createCluster
createCluster
Create the Spark cluster. The response returns the cluster_id used to poll for readiness; creation itself is asynchronous.
2
pollClusterState
getCluster
Read the cluster details and inspect the life cycle state. Loop back while the cluster is still PENDING; finish once it is RUNNING.