Skip to main content

Posts

Showing posts with the label databricks

Creating free databricks cluster

Databricks community cloud You can use databricks community cloud to create free databricks cluster. The cluster which you create will have 1 node only. You can run spark,scala codes on the cluster. you mount storages and extrernal file system like azure datalake and azure storage. Steps to create free cluster. navigate to -  https://community.cloud.databricks.com/login.html Click on signup, you will be redirected to page  https://databricks.com/try-databricks Click on the get started icon below the community edition  https://databricks.com/signup/signup-community Fill in all the required details and continue using the cluster. You can run your code and save your notebooks. you cluster automatically gets dropped after 120 minutes of inactivity. You can create and new cluster and attach the same with your notebook to run your code.