Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 2.29 KB

README.md

File metadata and controls

27 lines (18 loc) · 2.29 KB

Setting up a Databricks Account

We'll be using a Databricks for many of our exercises. If you already have an account or access to a workspaces, there's nothing for you to do here! Else, follow the instructions below to create a Databricks account.

Create a Databricks Account

  1. Navigate the Databricks Login Page

  2. Login with your existing Databricks account (or click Signup to create one)

    databricks-signup.png
  3. Choose your Cloud Provider. If you don't already have a Cloud Provider account somewhere, please set one up

    databricks-choose-cloud-provider.png
  4. Choose a workspace name

  5. You will have set everything up properly if you see an entry under workspaces

Set up a Cloud Provider

There are three Cloud Providers that Databricks supports: AWS, Azure, and Google Cloud Platform and you'll need one of these to set up a Databricks account. These Cloud Providers have a free trial if this is the first time that you're signing up for them. The expected compute and storage required for these exercises are minimal but it is your responsibility to keep an eye on the workloads that you create and that your clusters are shut down when you're done using them.

FAQ

Why aren't we using the Community Edition?

We ran into several consistency issues in the Community Edition such that the same notebook deployed in different regions or clusters would result in different behaviour, particularly around mounting files that are required for these exercises. Some exercises, as a result, became un-runnable. After trialling the Community Edition several times, we concluded that the pay-as-you go version of Databricks provided more consistent behaviour and a better experience for learning despite the added complexity of signing up for a Cloud Provider. You're welcome to try the Community Edition, but we expect you experience similar degraded effects.