Databricks Bootstrap failure while creation of Cluster

2k Views Asked by At

I've deployed Azure databricks workspace via 'azurerm' terraform provider and when I try to deploy Databricks cluster via 'databricks' terraform provider. I get this following error "Self-bootstrap failure during launch".

``Error: cannot create cluster: is not able to transition from TERMINATED to RUNNING: Self-bootstrap failure during launch. Please try again later and contact Databricks if the problem persists. databricks_error_message: Self-bootstrap failure during launch. Please try again later a..., Termination info: code: SELF_BOOTSTRAP_FAILURE, type: , parameters: map[databricks_error_message:Self-bootstrap failure during launch. Please try again later and contact Databricks if the problem persists. Node daemon fast failed and did not answer ping for instance ]. Please see https://docs.databricks.com/dev-tools/api/latest/clusters.html#clusterclusterstate for more details │ │ with databricks_cluster.research, │ on databricks.tf line 37, in resource "databricks_cluster" "research": │ 37: resource "databricks_cluster" "research"

I referred this https://community.databricks.com/s`/question/0D58Y00008rCBTxSAO/databricks-cluster-startup-self-bootstrap-failure. But I didn't get exact idea. Could anyone please help me to identify the steps to resolve this?

1

There are 1 best solutions below

0
On

The issue is resolved once I re-deploy the Databricks workspace then Cluster was successfully created.