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.

  1. navigate to - https://community.cloud.databricks.com/login.html
  2. Click on signup, you will be redirected to page https://databricks.com/try-databricks
  3. Click on the get started icon below the community edition https://databricks.com/signup/signup-community
  4. 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.

No comments:

Post a Comment

T-SQL LEAD LAG and SUM function based query

  Query on T-SQL window clause Below is the sales table Order_Date Name Product SubCategory ...